Html Css Color HEX #F04C6B Wild Watermelon

📋 copy color: '#F04C6B'

red 240 ◦ green 76 ◦ blue 107

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

Shades of Wild Watermelon #F04C6B

Tints of Wild Watermelon #F04C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.3%

R = 56.74%
G = 17.97%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F04C6B (or 0xF04C6B) is known color: Wild Watermelon. HEX triplet: F0, 4C and 6B. RGB value is (240,76,107). Sum of RGB (Red+Green+Blue) = 240+76+107=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 76 (30.08% from 255 or 17.97% from 423); Blue value is 107 (42.19% from 255 or 25.30% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F04C6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04C6B is #0FB394. Grayscale: #808080. Windows color (decimal): -1029013 or 7032048. OLE color: 7032048.

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

Color convert

RGB 240 76 107 -
CMYK 0 0.68 0.55 0.06
HSL 348.66º 0.85% 0.62% -
HSV(B) 348.66º 0.68% 0.94% -
XYZ 41.17 24.76 16.52 -
YUV 128.57 115.83 207.48 -
System Red Green Blue C M Y K H S L
Decimal 240 76 107 0 0.68 0.55 0.06 348.66 0.85 0.62
Hex F0 4C 6B 0 44 37 6 15D 55 3E
Octal 360 114 153 0 104 67 6 535 125 76
Binary 11110000 1001100 1101011 0 1000100 110111 110 101011101 1010101 111110

Color Harmonies of #F04C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04C6B

Black with #F04C6B

Text Example


Text Example

White with #F04C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04C6B; }

 p { color: rgb(240,76,107); }

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

background-color css

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

 a { background-color: rgb(240,76,107); }

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

border-color css

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

 span { border-color: rgb(240,76,107); }

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