Html Css Color HEX #F21373 Ruby

📋 copy color: '#F21373'

red 242 ◦ green 19 ◦ blue 115

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

Shades of Ruby #F21373

Tints of Ruby #F21373

RGB

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

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

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

R = 64.36%
G = 5.05%
B = 30.59%

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

#F21373 (or 0xF21373) is known color: Ruby. HEX triplet: F2, 13 and 73. RGB value is (242,19,115). Sum of RGB (Red+Green+Blue) = 242+19+115=376 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.36% from 376); Green value is 19 (7.81% from 255 or 5.05% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 242 - color contains mainly: red. Hex color #F21373 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21373 is #0DEC8C. Grayscale: #606060. Windows color (decimal): -912525 or 7541746. OLE color: 7541746.

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

Color convert

RGB 242 19 115 -
CMYK 0 0.92 0.52 0.05
HSL 334.17º 0.9% 0.51% -
HSV(B) 334.17º 0.92% 0.95% -
XYZ 39.95 20.58 18.09 -
YUV 96.62 138.38 231.69 -
System Red Green Blue C M Y K H S L
Decimal 242 19 115 0 0.92 0.52 0.05 334.17 0.9 0.51
Hex F2 13 73 0 5C 34 5 14E 5A 33
Octal 362 23 163 0 134 64 5 516 132 63
Binary 11110010 10011 1110011 0 1011100 110100 101 101001110 1011010 110011

Color Harmonies of #F21373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21373

Black with #F21373

Text Example


Text Example

White with #F21373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21373; }

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

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

background-color css

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

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

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

border-color css

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

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

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