Html Css Color HEX #F85478 Wild Watermelon

📋 copy color: '#F85478'

red 248 ◦ green 84 ◦ blue 120

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

Shades of Wild Watermelon #F85478

Tints of Wild Watermelon #F85478

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.58%

 BLUE value IS 120 (47.27% from 255) = 26.55%

R = 54.87%
G = 18.58%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F85478 (or 0xF85478) is known color: Wild Watermelon. HEX triplet: F8, 54 and 78. RGB value is (248,84,120). Sum of RGB (Red+Green+Blue) = 248+84+120=452 (59% of max value = 765). Red value is 248 (97.27% from 255 or 54.87% from 452); Green value is 84 (33.20% from 255 or 18.58% from 452); Blue value is 120 (47.27% from 255 or 26.55% from 452); Max value from RGB is 248 - color contains mainly: red. Hex color #F85478 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85478 is #07AB87. Grayscale: #898989. Windows color (decimal): -502664 or 7886072. OLE color: 7886072.

HSL color Cylindrical-coordinate representation of color #F85478: hue angle of 346.83º 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 #F85478 is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 84 120 -
CMYK 0 0.66 0.52 0.03
HSL 346.83º 0.92% 0.65% -
HSV(B) 346.83º 0.66% 0.97% -
XYZ 45.27 27.65 20.72 -
YUV 137.14 118.33 207.07 -
System Red Green Blue C M Y K H S L
Decimal 248 84 120 0 0.66 0.52 0.03 346.83 0.92 0.65
Hex F8 54 78 0 42 34 3 15B 5C 41
Octal 370 124 170 0 102 64 3 533 134 101
Binary 11111000 1010100 1111000 0 1000010 110100 11 101011011 1011100 1000001

Color Harmonies of #F85478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85478

Black with #F85478

Text Example


Text Example

White with #F85478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85478; }

 p { color: rgb(248,84,120); }

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

background-color css

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

 a { background-color: rgb(248,84,120); }

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

border-color css

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

 span { border-color: rgb(248,84,120); }

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