Html Css Color HEX #F84C72 Wild Watermelon

📋 copy color: '#F84C72'

red 248 ◦ green 76 ◦ blue 114

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

Shades of Wild Watermelon #F84C72

Tints of Wild Watermelon #F84C72

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.35%

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

R = 56.62%
G = 17.35%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F84C72 (or 0xF84C72) is known color: Wild Watermelon. HEX triplet: F8, 4C and 72. RGB value is (248,76,114). Sum of RGB (Red+Green+Blue) = 248+76+114=438 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.62% from 438); Green value is 76 (30.08% from 255 or 17.35% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 248 - color contains mainly: red. Hex color #F84C72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84C72 is #07B38D. Grayscale: #838383. Windows color (decimal): -504718 or 7490808. OLE color: 7490808.

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

Color convert

RGB 248 76 114 -
CMYK 0 0.69 0.54 0.03
HSL 346.74º 0.92% 0.64% -
HSV(B) 346.74º 0.69% 0.97% -
XYZ 44.33 26.34 18.67 -
YUV 131.76 117.98 210.91 -
System Red Green Blue C M Y K H S L
Decimal 248 76 114 0 0.69 0.54 0.03 346.74 0.92 0.64
Hex F8 4C 72 0 45 36 3 15B 5C 40
Octal 370 114 162 0 105 66 3 533 134 100
Binary 11111000 1001100 1110010 0 1000101 110110 11 101011011 1011100 1000000

Color Harmonies of #F84C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84C72

Black with #F84C72

Text Example


Text Example

White with #F84C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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