Html Css Color HEX #F85460 Wild Watermelon

📋 copy color: '#F85460'

red 248 ◦ green 84 ◦ blue 96

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

Shades of Wild Watermelon #F85460

Tints of Wild Watermelon #F85460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.43%

R = 57.94%
G = 19.63%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#F85460 (or 0xF85460) is known color: Wild Watermelon. HEX triplet: F8, 54 and 60. RGB value is (248,84,96). Sum of RGB (Red+Green+Blue) = 248+84+96=428 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.94% from 428); Green value is 84 (33.20% from 255 or 19.63% from 428); Blue value is 96 (37.89% from 255 or 22.43% from 428); Max value from RGB is 248 - color contains mainly: red. Hex color #F85460 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85460 is #07AB9F. Grayscale: #868686. Windows color (decimal): -502688 or 6313208. OLE color: 6313208.

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

Color convert

RGB 248 84 96 -
CMYK 0 0.66 0.61 0.03
HSL 355.61º 0.92% 0.65% -
HSV(B) 355.61º 0.66% 0.97% -
XYZ 43.99 27.14 13.99 -
YUV 134.4 106.33 209.02 -
System Red Green Blue C M Y K H S L
Decimal 248 84 96 0 0.66 0.61 0.03 355.61 0.92 0.65
Hex F8 54 60 0 42 3D 3 164 5C 41
Octal 370 124 140 0 102 75 3 544 134 101
Binary 11111000 1010100 1100000 0 1000010 111101 11 101100100 1011100 1000001

Color Harmonies of #F85460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85460

Black with #F85460

Text Example


Text Example

White with #F85460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85460; }

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

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

background-color css

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

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

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

border-color css

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

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

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