Html Css Color HEX #F05364 Wild Watermelon

📋 copy color: '#F05364'

red 240 ◦ green 83 ◦ blue 100

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

Shades of Wild Watermelon #F05364

Tints of Wild Watermelon #F05364

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.62%

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

R = 56.74%
G = 19.62%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F05364 (or 0xF05364) is known color: Wild Watermelon. HEX triplet: F0, 53 and 64. RGB value is (240,83,100). Sum of RGB (Red+Green+Blue) = 240+83+100=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 83 (32.81% from 255 or 19.62% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F05364 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05364 is #0FAC9B. Grayscale: #838383. Windows color (decimal): -1027228 or 6575088. OLE color: 6575088.

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

Color convert

RGB 240 83 100 -
CMYK 0 0.65 0.58 0.06
HSL 353.5º 0.84% 0.63% -
HSV(B) 353.5º 0.65% 0.94% -
XYZ 41.33 25.63 14.83 -
YUV 131.88 110.01 205.12 -
System Red Green Blue C M Y K H S L
Decimal 240 83 100 0 0.65 0.58 0.06 353.5 0.84 0.63
Hex F0 53 64 0 41 3A 6 162 54 3F
Octal 360 123 144 0 101 72 6 542 124 77
Binary 11110000 1010011 1100100 0 1000001 111010 110 101100010 1010100 111111

Color Harmonies of #F05364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05364

Black with #F05364

Text Example


Text Example

White with #F05364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05364; }

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

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

background-color css

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

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

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

border-color css

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

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

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