Html Css Color HEX #F0216E Ruby

📋 copy color: '#F0216E'

red 240 ◦ green 33 ◦ blue 110

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

Shades of Ruby #F0216E

Tints of Ruby #F0216E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.62%

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

R = 62.66%
G = 8.62%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#F0216E (or 0xF0216E) is known color: Ruby. HEX triplet: F0, 21 and 6E. RGB value is (240,33,110). Sum of RGB (Red+Green+Blue) = 240+33+110=383 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.66% from 383); Green value is 33 (13.28% from 255 or 8.62% from 383); Blue value is 110 (43.36% from 255 or 28.72% from 383); Max value from RGB is 240 - color contains mainly: red. Hex color #F0216E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0216E is #0FDE91. Grayscale: #676767. Windows color (decimal): -1040018 or 7217648. OLE color: 7217648.

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

Color convert

RGB 240 33 110 -
CMYK 0 0.86 0.54 0.06
HSL 337.68º 0.87% 0.54% -
HSV(B) 337.68º 0.86% 0.94% -
XYZ 39.29 20.74 16.68 -
YUV 103.67 131.58 225.24 -
System Red Green Blue C M Y K H S L
Decimal 240 33 110 0 0.86 0.54 0.06 337.68 0.87 0.54
Hex F0 21 6E 0 56 36 6 152 57 36
Octal 360 41 156 0 126 66 6 522 127 66
Binary 11110000 100001 1101110 0 1010110 110110 110 101010010 1010111 110110

Color Harmonies of #F0216E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0216E

Black with #F0216E

Text Example


Text Example

White with #F0216E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0216E; }

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

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

background-color css

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

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

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

border-color css

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

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

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