Html Css Color HEX #F85574 Wild Watermelon

📋 copy color: '#F85574'

red 248 ◦ green 85 ◦ blue 116

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

Shades of Wild Watermelon #F85574

Tints of Wild Watermelon #F85574

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.93%

 BLUE value IS 116 (45.7% from 255) = 25.84%

R = 55.23%
G = 18.93%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F85574 (or 0xF85574) is known color: Wild Watermelon. HEX triplet: F8, 55 and 74. RGB value is (248,85,116). Sum of RGB (Red+Green+Blue) = 248+85+116=449 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.23% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 116 (45.70% from 255 or 25.84% from 449); Max value from RGB is 248 - color contains mainly: red. Hex color #F85574 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85574 is #07AA8B. Grayscale: #898989. Windows color (decimal): -502412 or 7624184. OLE color: 7624184.

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

Color convert

RGB 248 85 116 -
CMYK 0 0.66 0.53 0.03
HSL 348.59º 0.92% 0.65% -
HSV(B) 348.59º 0.66% 0.97% -
XYZ 45.11 27.71 19.49 -
YUV 137.27 116 206.98 -
System Red Green Blue C M Y K H S L
Decimal 248 85 116 0 0.66 0.53 0.03 348.59 0.92 0.65
Hex F8 55 74 0 42 35 3 15D 5C 41
Octal 370 125 164 0 102 65 3 535 134 101
Binary 11111000 1010101 1110100 0 1000010 110101 11 101011101 1011100 1000001

Color Harmonies of #F85574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85574

Black with #F85574

Text Example


Text Example

White with #F85574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85574; }

 p { color: rgb(248,85,116); }

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

background-color css

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

 a { background-color: rgb(248,85,116); }

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

border-color css

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

 span { border-color: rgb(248,85,116); }

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