Html Css Color HEX #F21175 Ruby

📋 copy color: '#F21175'

red 242 ◦ green 17 ◦ blue 117

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

Shades of Ruby #F21175

Tints of Ruby #F21175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.12%

R = 64.36%
G = 4.52%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F21175 (or 0xF21175) is known color: Ruby. HEX triplet: F2, 11 and 75. RGB value is (242,17,117). Sum of RGB (Red+Green+Blue) = 242+17+117=376 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.36% from 376); Green value is 17 (7.03% from 255 or 4.52% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 242 - color contains mainly: red. Hex color #F21175 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21175 is #0DEE8A. Grayscale: #5F5F5F. Windows color (decimal): -913035 or 7672306. OLE color: 7672306.

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

Color convert

RGB 242 17 117 -
CMYK 0 0.93 0.52 0.05
HSL 333.33º 0.9% 0.51% -
HSV(B) 333.33º 0.93% 0.95% -
XYZ 40.03 20.56 18.69 -
YUV 95.68 140.04 232.37 -
System Red Green Blue C M Y K H S L
Decimal 242 17 117 0 0.93 0.52 0.05 333.33 0.9 0.51
Hex F2 11 75 0 5D 34 5 14D 5A 33
Octal 362 21 165 0 135 64 5 515 132 63
Binary 11110010 10001 1110101 0 1011101 110100 101 101001101 1011010 110011

Color Harmonies of #F21175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21175

Black with #F21175

Text Example


Text Example

White with #F21175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21175; }

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

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

background-color css

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

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

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

border-color css

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

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

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