Html Css Color HEX #F8507B Wild Watermelon

📋 copy color: '#F8507B'

red 248 ◦ green 80 ◦ blue 123

#F8507B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Watermelon #F8507B

Tints of Wild Watermelon #F8507B

RGB

 RED value IS 248 (97.27% from 255) = 54.99%

 GREEN value IS 80 (31.64% from 255) = 17.74%

 BLUE value IS 123 (48.44% from 255) = 27.27%

R = 54.99%
G = 17.74%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.50

 K value IS 0.03

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F8507B (or 0xF8507B) is known color: Wild Watermelon. HEX triplet: F8, 50 and 7B. RGB value is (248,80,123). Sum of RGB (Red+Green+Blue) = 248+80+123=451 (59% of max value = 765). Red value is 248 (97.27% from 255 or 54.99% from 451); Green value is 80 (31.64% from 255 or 17.74% from 451); Blue value is 123 (48.44% from 255 or 27.27% from 451); Max value from RGB is 248 - color contains mainly: red. Hex color #F8507B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8507B is #07AF84. Grayscale: #878787. Windows color (decimal): -503685 or 8081656. OLE color: 8081656.

HSL color Cylindrical-coordinate representation of color #F8507B: hue angle of 344.64º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F8507B is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 80 123 -
CMYK 0 0.68 0.50 0.03
HSL 344.64º 0.92% 0.64% -
HSV(B) 344.64º 0.68% 0.97% -
XYZ 45.16 27.12 21.59 -
YUV 135.13 121.16 208.5 -
System Red Green Blue C M Y K H S L
Decimal 248 80 123 0 0.68 0.50 0.03 344.64 0.92 0.64
Hex F8 50 7B 0 44 32 3 159 5C 40
Octal 370 120 173 0 104 62 3 531 134 100
Binary 11111000 1010000 1111011 0 1000100 110010 11 101011001 1011100 1000000

Color Harmonies of #F8507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8507B

Black with #F8507B

Text Example


Text Example

White with #F8507B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8507B; }

 p { color: rgb(248,80,123); }

 H1.HeaderClassName
 {
   color: #F8507B;
 }
 .AnyTagClassName
 {
   color: #F8507B;
 }
</style>

background-color css

<style>
 a { background-color: #F8507B; }

 a { background-color: rgb(248,80,123); }

 div.DivClassName
 {
   background-color: #F8507B;
 }
 .BgClassName
 {
   background-color: #F8507B;
 }
</style>

border-color css

<style>
 span { border-color: #F8507B; }

 span { border-color: rgb(248,80,123); }

 td.TdClassName
 {
   border-color: #F8507B;
 }
 .TagClassName
 {
   border-color: #F8507B;
 }
</style>