Html Css Color HEX #F2106D Ruby

📋 copy color: '#F2106D'

red 242 ◦ green 16 ◦ blue 109

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

Shades of Ruby #F2106D

Tints of Ruby #F2106D

RGB

 RED value IS 242 (94.92% from 255) = 65.94%

 GREEN value IS 16 (6.64% from 255) = 4.36%

 BLUE value IS 109 (42.97% from 255) = 29.7%

R = 65.94%
G = 4.36%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F2106D (or 0xF2106D) is known color: Ruby. HEX triplet: F2, 10 and 6D. RGB value is (242,16,109). Sum of RGB (Red+Green+Blue) = 242+16+109=367 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.94% from 367); Green value is 16 (6.64% from 255 or 4.36% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 242 - color contains mainly: red. Hex color #F2106D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2106D is #0DEF92. Grayscale: #5E5E5E. Windows color (decimal): -913299 or 7147762. OLE color: 7147762.

HSL color Cylindrical-coordinate representation of color #F2106D: hue angle of 335.31º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F2106D is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 16 109 -
CMYK 0 0.93 0.55 0.05
HSL 335.31º 0.9% 0.51% -
HSV(B) 335.31º 0.93% 0.95% -
XYZ 39.56 20.35 16.31 -
YUV 94.18 136.37 233.44 -
System Red Green Blue C M Y K H S L
Decimal 242 16 109 0 0.93 0.55 0.05 335.31 0.9 0.51
Hex F2 10 6D 0 5D 37 5 14F 5A 33
Octal 362 20 155 0 135 67 5 517 132 63
Binary 11110010 10000 1101101 0 1011101 110111 101 101001111 1011010 110011

Color Harmonies of #F2106D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2106D

Black with #F2106D

Text Example


Text Example

White with #F2106D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2106D; }

 p { color: rgb(242,16,109); }

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

background-color css

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

 a { background-color: rgb(242,16,109); }

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

border-color css

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

 span { border-color: rgb(242,16,109); }

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