Html Css Color HEX #F04F64 Wild Watermelon

📋 copy color: '#F04F64'

red 240 ◦ green 79 ◦ blue 100

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

Shades of Wild Watermelon #F04F64

Tints of Wild Watermelon #F04F64

RGB

 RED value IS 240 (94.14% from 255) = 57.28%

 GREEN value IS 79 (31.25% from 255) = 18.85%

 BLUE value IS 100 (39.45% from 255) = 23.87%

R = 57.28%
G = 18.85%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F04F64 (or 0xF04F64) is known color: Wild Watermelon. HEX triplet: F0, 4F and 64. RGB value is (240,79,100). Sum of RGB (Red+Green+Blue) = 240+79+100=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 79 (31.25% from 255 or 18.85% from 419); Blue value is 100 (39.45% from 255 or 23.87% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F04F64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F04F64 is #0FB09B. Grayscale: #818181. Windows color (decimal): -1028252 or 6574064. OLE color: 6574064.

HSL color Cylindrical-coordinate representation of color #F04F64: hue angle of 352.17º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F04F64 is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 79 100 -
CMYK 0 0.67 0.58 0.06
HSL 352.17º 0.84% 0.63% -
HSV(B) 352.17º 0.67% 0.94% -
XYZ 41.03 25.04 14.73 -
YUV 129.53 111.34 206.79 -
System Red Green Blue C M Y K H S L
Decimal 240 79 100 0 0.67 0.58 0.06 352.17 0.84 0.63
Hex F0 4F 64 0 43 3A 6 160 54 3F
Octal 360 117 144 0 103 72 6 540 124 77
Binary 11110000 1001111 1100100 0 1000011 111010 110 101100000 1010100 111111

Color Harmonies of #F04F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04F64

Black with #F04F64

Text Example


Text Example

White with #F04F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04F64; }

 p { color: rgb(240,79,100); }

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

background-color css

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

 a { background-color: rgb(240,79,100); }

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

border-color css

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

 span { border-color: rgb(240,79,100); }

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