Html Css Color HEX #F21473 Ruby

📋 copy color: '#F21473'

red 242 ◦ green 20 ◦ blue 115

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

Shades of Ruby #F21473

Tints of Ruby #F21473

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.31%

 BLUE value IS 115 (45.31% from 255) = 30.5%

R = 64.19%
G = 5.31%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F21473 (or 0xF21473) is known color: Ruby. HEX triplet: F2, 14 and 73. RGB value is (242,20,115). Sum of RGB (Red+Green+Blue) = 242+20+115=377 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.19% from 377); Green value is 20 (8.20% from 255 or 5.31% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 242 - color contains mainly: red. Hex color #F21473 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21473 is #0DEB8C. Grayscale: #616161. Windows color (decimal): -912269 or 7542002. OLE color: 7542002.

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

Color convert

RGB 242 20 115 -
CMYK 0 0.92 0.52 0.05
HSL 334.32º 0.9% 0.51% -
HSV(B) 334.32º 0.92% 0.95% -
XYZ 39.96 20.62 18.09 -
YUV 97.21 138.05 231.28 -
System Red Green Blue C M Y K H S L
Decimal 242 20 115 0 0.92 0.52 0.05 334.32 0.9 0.51
Hex F2 14 73 0 5C 34 5 14E 5A 33
Octal 362 24 163 0 134 64 5 516 132 63
Binary 11110010 10100 1110011 0 1011100 110100 101 101001110 1011010 110011

Color Harmonies of #F21473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21473

Black with #F21473

Text Example


Text Example

White with #F21473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21473; }

 p { color: rgb(242,20,115); }

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

background-color css

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

 a { background-color: rgb(242,20,115); }

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

border-color css

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

 span { border-color: rgb(242,20,115); }

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