Html Css Color HEX #F04A6C Wild Watermelon

📋 copy color: '#F04A6C'

red 240 ◦ green 74 ◦ blue 108

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

Shades of Wild Watermelon #F04A6C

Tints of Wild Watermelon #F04A6C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.54%

 BLUE value IS 108 (42.58% from 255) = 25.59%

R = 56.87%
G = 17.54%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F04A6C (or 0xF04A6C) is known color: Wild Watermelon. HEX triplet: F0, 4A and 6C. RGB value is (240,74,108). Sum of RGB (Red+Green+Blue) = 240+74+108=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 74 (29.30% from 255 or 17.54% from 422); Blue value is 108 (42.58% from 255 or 25.59% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F04A6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04A6C is #0FB593. Grayscale: #7F7F7F. Windows color (decimal): -1029524 or 7097072. OLE color: 7097072.

HSL color Cylindrical-coordinate representation of color #F04A6C: hue angle of 347.71º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F04A6C is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 74 108 -
CMYK 0 0.69 0.55 0.06
HSL 347.71º 0.85% 0.62% -
HSV(B) 347.71º 0.69% 0.94% -
XYZ 41.09 24.51 16.75 -
YUV 127.51 117 208.24 -
System Red Green Blue C M Y K H S L
Decimal 240 74 108 0 0.69 0.55 0.06 347.71 0.85 0.62
Hex F0 4A 6C 0 45 37 6 15C 55 3E
Octal 360 112 154 0 105 67 6 534 125 76
Binary 11110000 1001010 1101100 0 1000101 110111 110 101011100 1010101 111110

Color Harmonies of #F04A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04A6C

Black with #F04A6C

Text Example


Text Example

White with #F04A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04A6C; }

 p { color: rgb(240,74,108); }

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

background-color css

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

 a { background-color: rgb(240,74,108); }

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

border-color css

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

 span { border-color: rgb(240,74,108); }

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