Html Css Color HEX #F05366 Wild Watermelon

📋 copy color: '#F05366'

red 240 ◦ green 83 ◦ blue 102

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

Shades of Wild Watermelon #F05366

Tints of Wild Watermelon #F05366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24%

R = 56.47%
G = 19.53%
B = 24%

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

#F05366 (or 0xF05366) is known color: Wild Watermelon. HEX triplet: F0, 53 and 66. RGB value is (240,83,102). Sum of RGB (Red+Green+Blue) = 240+83+102=425 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.47% from 425); Green value is 83 (32.81% from 255 or 19.53% from 425); Blue value is 102 (40.23% from 255 or 24% from 425); Max value from RGB is 240 - color contains mainly: red. Hex color #F05366 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05366 is #0FAC99. Grayscale: #848484. Windows color (decimal): -1027226 or 6706160. OLE color: 6706160.

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

Color convert

RGB 240 83 102 -
CMYK 0 0.65 0.58 0.06
HSL 352.74º 0.84% 0.63% -
HSV(B) 352.74º 0.65% 0.94% -
XYZ 41.43 25.67 15.34 -
YUV 132.11 111.01 204.96 -
System Red Green Blue C M Y K H S L
Decimal 240 83 102 0 0.65 0.58 0.06 352.74 0.84 0.63
Hex F0 53 66 0 41 3A 6 161 54 3F
Octal 360 123 146 0 101 72 6 541 124 77
Binary 11110000 1010011 1100110 0 1000001 111010 110 101100001 1010100 111111

Color Harmonies of #F05366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05366

Black with #F05366

Text Example


Text Example

White with #F05366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05366; }

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

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

background-color css

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

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

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

border-color css

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

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

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