Html Css Color HEX #F21168 Ruby

📋 copy color: '#F21168'

red 242 ◦ green 17 ◦ blue 104

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

Shades of Ruby #F21168

Tints of Ruby #F21168

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.68%

 BLUE value IS 104 (41.02% from 255) = 28.65%

R = 66.67%
G = 4.68%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F21168 (or 0xF21168) is known color: Ruby. HEX triplet: F2, 11 and 68. RGB value is (242,17,104). Sum of RGB (Red+Green+Blue) = 242+17+104=363 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.67% from 363); Green value is 17 (7.03% from 255 or 4.68% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 242 - color contains mainly: red. Hex color #F21168 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21168 is #0DEE97. Grayscale: #5E5E5E. Windows color (decimal): -913048 or 6820338. OLE color: 6820338.

HSL color Cylindrical-coordinate representation of color #F21168: hue angle of 336.8º 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 #F21168 is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 17 104 -
CMYK 0 0.93 0.57 0.05
HSL 336.8º 0.9% 0.51% -
HSV(B) 336.8º 0.93% 0.95% -
XYZ 39.32 20.28 14.94 -
YUV 94.19 133.54 233.43 -
System Red Green Blue C M Y K H S L
Decimal 242 17 104 0 0.93 0.57 0.05 336.8 0.9 0.51
Hex F2 11 68 0 5D 39 5 151 5A 33
Octal 362 21 150 0 135 71 5 521 132 63
Binary 11110010 10001 1101000 0 1011101 111001 101 101010001 1011010 110011

Color Harmonies of #F21168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21168

Black with #F21168

Text Example


Text Example

White with #F21168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21168; }

 p { color: rgb(242,17,104); }

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

background-color css

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

 a { background-color: rgb(242,17,104); }

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

border-color css

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

 span { border-color: rgb(242,17,104); }

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