Html Css Color HEX #F05D6E Wild Watermelon

📋 copy color: '#F05D6E'

red 240 ◦ green 93 ◦ blue 110

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

Shades of Wild Watermelon #F05D6E

Tints of Wild Watermelon #F05D6E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.99%

 BLUE value IS 110 (43.36% from 255) = 24.83%

R = 54.18%
G = 20.99%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#F05D6E (or 0xF05D6E) is known color: Wild Watermelon. HEX triplet: F0, 5D and 6E. RGB value is (240,93,110). Sum of RGB (Red+Green+Blue) = 240+93+110=443 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.18% from 443); Green value is 93 (36.72% from 255 or 20.99% from 443); Blue value is 110 (43.36% from 255 or 24.83% from 443); Max value from RGB is 240 - color contains mainly: red. Hex color #F05D6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05D6E is #0FA291. Grayscale: #8A8A8A. Windows color (decimal): -1024658 or 7233008. OLE color: 7233008.

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

Color convert

RGB 240 93 110 -
CMYK 0 0.61 0.54 0.06
HSL 353.06º 0.83% 0.65% -
HSV(B) 353.06º 0.61% 0.94% -
XYZ 42.66 27.48 17.81 -
YUV 138.89 111.7 200.12 -
System Red Green Blue C M Y K H S L
Decimal 240 93 110 0 0.61 0.54 0.06 353.06 0.83 0.65
Hex F0 5D 6E 0 3D 36 6 161 53 41
Octal 360 135 156 0 75 66 6 541 123 101
Binary 11110000 1011101 1101110 0 111101 110110 110 101100001 1010011 1000001

Color Harmonies of #F05D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05D6E

Black with #F05D6E

Text Example


Text Example

White with #F05D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05D6E; }

 p { color: rgb(240,93,110); }

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

background-color css

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

 a { background-color: rgb(240,93,110); }

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

border-color css

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

 span { border-color: rgb(240,93,110); }

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