Html Css Color HEX #F21370 Ruby

📋 copy color: '#F21370'

red 242 ◦ green 19 ◦ blue 112

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

Shades of Ruby #F21370

Tints of Ruby #F21370

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.09%

 BLUE value IS 112 (44.14% from 255) = 30.03%

R = 64.88%
G = 5.09%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F21370 (or 0xF21370) is known color: Ruby. HEX triplet: F2, 13 and 70. RGB value is (242,19,112). Sum of RGB (Red+Green+Blue) = 242+19+112=373 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.88% from 373); Green value is 19 (7.81% from 255 or 5.09% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 242 - color contains mainly: red. Hex color #F21370 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21370 is #0DEC8F. Grayscale: #606060. Windows color (decimal): -912528 or 7345138. OLE color: 7345138.

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

Color convert

RGB 242 19 112 -
CMYK 0 0.92 0.54 0.05
HSL 334.98º 0.9% 0.51% -
HSV(B) 334.98º 0.92% 0.95% -
XYZ 39.78 20.51 17.19 -
YUV 96.28 136.88 231.94 -
System Red Green Blue C M Y K H S L
Decimal 242 19 112 0 0.92 0.54 0.05 334.98 0.9 0.51
Hex F2 13 70 0 5C 36 5 14F 5A 33
Octal 362 23 160 0 134 66 5 517 132 63
Binary 11110010 10011 1110000 0 1011100 110110 101 101001111 1011010 110011

Color Harmonies of #F21370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21370

Black with #F21370

Text Example


Text Example

White with #F21370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21370; }

 p { color: rgb(242,19,112); }

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

background-color css

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

 a { background-color: rgb(242,19,112); }

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

border-color css

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

 span { border-color: rgb(242,19,112); }

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