Html Css Color HEX #F0506E Wild Watermelon

📋 copy color: '#F0506E'

red 240 ◦ green 80 ◦ blue 110

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

Shades of Wild Watermelon #F0506E

Tints of Wild Watermelon #F0506E

RGB

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

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

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

R = 55.81%
G = 18.6%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#F0506E (or 0xF0506E) is known color: Wild Watermelon. HEX triplet: F0, 50 and 6E. RGB value is (240,80,110). Sum of RGB (Red+Green+Blue) = 240+80+110=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 110 (43.36% from 255 or 25.58% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F0506E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0506E is #0FAF91. Grayscale: #838383. Windows color (decimal): -1027986 or 7229680. OLE color: 7229680.

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

Color convert

RGB 240 80 110 -
CMYK 0 0.67 0.54 0.06
HSL 348.75º 0.84% 0.63% -
HSV(B) 348.75º 0.67% 0.94% -
XYZ 41.62 25.39 17.46 -
YUV 131.26 116.01 205.56 -
System Red Green Blue C M Y K H S L
Decimal 240 80 110 0 0.67 0.54 0.06 348.75 0.84 0.63
Hex F0 50 6E 0 43 36 6 15D 54 3F
Octal 360 120 156 0 103 66 6 535 124 77
Binary 11110000 1010000 1101110 0 1000011 110110 110 101011101 1010100 111111

Color Harmonies of #F0506E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0506E

Black with #F0506E

Text Example


Text Example

White with #F0506E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0506E; }

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

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

background-color css

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

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

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

border-color css

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

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

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