Html Css Color HEX #F05063 Wild Watermelon

📋 copy color: '#F05063'

red 240 ◦ green 80 ◦ blue 99

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

Shades of Wild Watermelon #F05063

Tints of Wild Watermelon #F05063

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.09%

 BLUE value IS 99 (39.06% from 255) = 23.63%

R = 57.28%
G = 19.09%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F05063 (or 0xF05063) is known color: Wild Watermelon. HEX triplet: F0, 50 and 63. RGB value is (240,80,99). Sum of RGB (Red+Green+Blue) = 240+80+99=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 99 (39.06% from 255 or 23.63% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F05063 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05063 is #0FAF9C. Grayscale: #828282. Windows color (decimal): -1027997 or 6508784. OLE color: 6508784.

HSL color Cylindrical-coordinate representation of color #F05063: hue angle of 352.88º 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 #F05063 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 80 99 -
CMYK 0 0.67 0.59 0.06
HSL 352.88º 0.84% 0.63% -
HSV(B) 352.88º 0.67% 0.94% -
XYZ 41.06 25.16 14.5 -
YUV 130.01 110.51 206.46 -
System Red Green Blue C M Y K H S L
Decimal 240 80 99 0 0.67 0.59 0.06 352.88 0.84 0.63
Hex F0 50 63 0 43 3B 6 161 54 3F
Octal 360 120 143 0 103 73 6 541 124 77
Binary 11110000 1010000 1100011 0 1000011 111011 110 101100001 1010100 111111

Color Harmonies of #F05063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05063

Black with #F05063

Text Example


Text Example

White with #F05063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05063; }

 p { color: rgb(240,80,99); }

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

background-color css

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

 a { background-color: rgb(240,80,99); }

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

border-color css

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

 span { border-color: rgb(240,80,99); }

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