Html Css Color HEX #F84870 Wild Watermelon

📋 copy color: '#F84870'

red 248 ◦ green 72 ◦ blue 112

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

Shades of Wild Watermelon #F84870

Tints of Wild Watermelon #F84870

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.67%

 BLUE value IS 112 (44.14% from 255) = 25.93%

R = 57.41%
G = 16.67%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F84870 (or 0xF84870) is known color: Wild Watermelon. HEX triplet: F8, 48 and 70. RGB value is (248,72,112). Sum of RGB (Red+Green+Blue) = 248+72+112=432 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.41% from 432); Green value is 72 (28.52% from 255 or 16.67% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 248 - color contains mainly: red. Hex color #F84870 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84870 is #07B78F. Grayscale: #818181. Windows color (decimal): -505744 or 7358712. OLE color: 7358712.

HSL color Cylindrical-coordinate representation of color #F84870: hue angle of 346.36º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F84870 is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 72 112 -
CMYK 0 0.71 0.55 0.03
HSL 346.36º 0.93% 0.63% -
HSV(B) 346.36º 0.71% 0.97% -
XYZ 43.95 25.76 17.99 -
YUV 129.18 118.31 212.75 -
System Red Green Blue C M Y K H S L
Decimal 248 72 112 0 0.71 0.55 0.03 346.36 0.93 0.63
Hex F8 48 70 0 47 37 3 15A 5D 3F
Octal 370 110 160 0 107 67 3 532 135 77
Binary 11111000 1001000 1110000 0 1000111 110111 11 101011010 1011101 111111

Color Harmonies of #F84870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84870

Black with #F84870

Text Example


Text Example

White with #F84870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84870; }

 p { color: rgb(248,72,112); }

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

background-color css

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

 a { background-color: rgb(248,72,112); }

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

border-color css

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

 span { border-color: rgb(248,72,112); }

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