Html Css Color HEX #F85462 Wild Watermelon

📋 copy color: '#F85462'

red 248 ◦ green 84 ◦ blue 98

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

Shades of Wild Watermelon #F85462

Tints of Wild Watermelon #F85462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.79%

R = 57.67%
G = 19.53%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F85462 (or 0xF85462) is known color: Wild Watermelon. HEX triplet: F8, 54 and 62. RGB value is (248,84,98). Sum of RGB (Red+Green+Blue) = 248+84+98=430 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.67% from 430); Green value is 84 (33.20% from 255 or 19.53% from 430); Blue value is 98 (38.67% from 255 or 22.79% from 430); Max value from RGB is 248 - color contains mainly: red. Hex color #F85462 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85462 is #07AB9D. Grayscale: #868686. Windows color (decimal): -502686 or 6444280. OLE color: 6444280.

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

Color convert

RGB 248 84 98 -
CMYK 0 0.66 0.60 0.03
HSL 354.88º 0.92% 0.65% -
HSV(B) 354.88º 0.66% 0.97% -
XYZ 44.09 27.18 14.48 -
YUV 134.63 107.33 208.86 -
System Red Green Blue C M Y K H S L
Decimal 248 84 98 0 0.66 0.60 0.03 354.88 0.92 0.65
Hex F8 54 62 0 42 3C 3 163 5C 41
Octal 370 124 142 0 102 74 3 543 134 101
Binary 11111000 1010100 1100010 0 1000010 111100 11 101100011 1011100 1000001

Color Harmonies of #F85462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85462

Black with #F85462

Text Example


Text Example

White with #F85462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85462; }

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

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

background-color css

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

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

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

border-color css

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

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

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