Html Css Color HEX #F0206E Ruby

📋 copy color: '#F0206E'

red 240 ◦ green 32 ◦ blue 110

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

Shades of Ruby #F0206E

Tints of Ruby #F0206E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.38%

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

R = 62.83%
G = 8.38%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#F0206E (or 0xF0206E) is known color: Ruby. HEX triplet: F0, 20 and 6E. RGB value is (240,32,110). Sum of RGB (Red+Green+Blue) = 240+32+110=382 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.83% from 382); Green value is 32 (12.89% from 255 or 8.38% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 240 - color contains mainly: red. Hex color #F0206E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0206E is #0FDF91. Grayscale: #666666. Windows color (decimal): -1040274 or 7217392. OLE color: 7217392.

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

Color convert

RGB 240 32 110 -
CMYK 0 0.87 0.54 0.06
HSL 337.5º 0.87% 0.53% -
HSV(B) 337.5º 0.87% 0.94% -
XYZ 39.27 20.68 16.67 -
YUV 103.08 131.91 225.66 -
System Red Green Blue C M Y K H S L
Decimal 240 32 110 0 0.87 0.54 0.06 337.5 0.87 0.53
Hex F0 20 6E 0 57 36 6 152 57 35
Octal 360 40 156 0 127 66 6 522 127 65
Binary 11110000 100000 1101110 0 1010111 110110 110 101010010 1010111 110101

Color Harmonies of #F0206E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0206E

Black with #F0206E

Text Example


Text Example

White with #F0206E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0206E; }

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

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

background-color css

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

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

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

border-color css

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

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

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