Html Css Color HEX #F05964 Wild Watermelon

📋 copy color: '#F05964'

red 240 ◦ green 89 ◦ blue 100

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

Shades of Wild Watermelon #F05964

Tints of Wild Watermelon #F05964

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.75%

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

R = 55.94%
G = 20.75%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F05964 (or 0xF05964) is known color: Wild Watermelon. HEX triplet: F0, 59 and 64. RGB value is (240,89,100). Sum of RGB (Red+Green+Blue) = 240+89+100=429 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.94% from 429); Green value is 89 (35.16% from 255 or 20.75% from 429); Blue value is 100 (39.45% from 255 or 23.31% from 429); Max value from RGB is 240 - color contains mainly: red. Hex color #F05964 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05964 is #0FA69B. Grayscale: #878787. Windows color (decimal): -1025692 or 6576624. OLE color: 6576624.

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

Color convert

RGB 240 89 100 -
CMYK 0 0.63 0.58 0.06
HSL 355.63º 0.83% 0.65% -
HSV(B) 355.63º 0.63% 0.94% -
XYZ 41.81 26.59 14.99 -
YUV 135.4 108.03 202.61 -
System Red Green Blue C M Y K H S L
Decimal 240 89 100 0 0.63 0.58 0.06 355.63 0.83 0.65
Hex F0 59 64 0 3F 3A 6 164 53 41
Octal 360 131 144 0 77 72 6 544 123 101
Binary 11110000 1011001 1100100 0 111111 111010 110 101100100 1010011 1000001

Color Harmonies of #F05964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05964

Black with #F05964

Text Example


Text Example

White with #F05964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05964; }

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

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

background-color css

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

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

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

border-color css

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

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

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