Html Css Color HEX #F84672 Wild Watermelon

📋 copy color: '#F84672'

red 248 ◦ green 70 ◦ blue 114

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

Shades of Wild Watermelon #F84672

Tints of Wild Watermelon #F84672

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.2%

 BLUE value IS 114 (44.92% from 255) = 26.39%

R = 57.41%
G = 16.2%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F84672 (or 0xF84672) is known color: Wild Watermelon. HEX triplet: F8, 46 and 72. RGB value is (248,70,114). Sum of RGB (Red+Green+Blue) = 248+70+114=432 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.41% from 432); Green value is 70 (27.73% from 255 or 16.20% from 432); Blue value is 114 (44.92% from 255 or 26.39% from 432); Max value from RGB is 248 - color contains mainly: red. Hex color #F84672 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84672 is #07B98D. Grayscale: #808080. Windows color (decimal): -506254 or 7489272. OLE color: 7489272.

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

Color convert

RGB 248 70 114 -
CMYK 0 0.72 0.54 0.03
HSL 345.17º 0.93% 0.62% -
HSV(B) 345.17º 0.72% 0.97% -
XYZ 43.94 25.55 18.54 -
YUV 128.24 119.97 213.42 -
System Red Green Blue C M Y K H S L
Decimal 248 70 114 0 0.72 0.54 0.03 345.17 0.93 0.62
Hex F8 46 72 0 48 36 3 159 5D 3E
Octal 370 106 162 0 110 66 3 531 135 76
Binary 11111000 1000110 1110010 0 1001000 110110 11 101011001 1011101 111110

Color Harmonies of #F84672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84672

Black with #F84672

Text Example


Text Example

White with #F84672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84672; }

 p { color: rgb(248,70,114); }

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

background-color css

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

 a { background-color: rgb(248,70,114); }

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

border-color css

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

 span { border-color: rgb(248,70,114); }

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