Html Css Color HEX #F21377 Ruby

📋 copy color: '#F21377'

red 242 ◦ green 19 ◦ blue 119

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

Shades of Ruby #F21377

Tints of Ruby #F21377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.32%

R = 63.68%
G = 5%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F21377 (or 0xF21377) is known color: Ruby. HEX triplet: F2, 13 and 77. RGB value is (242,19,119). Sum of RGB (Red+Green+Blue) = 242+19+119=380 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.68% from 380); Green value is 19 (7.81% from 255 or 5% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 242 - color contains mainly: red. Hex color #F21377 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21377 is #0DEC88. Grayscale: #606060. Windows color (decimal): -912521 or 7803890. OLE color: 7803890.

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

Color convert

RGB 242 19 119 -
CMYK 0 0.92 0.51 0.05
HSL 333.09º 0.9% 0.51% -
HSV(B) 333.09º 0.92% 0.95% -
XYZ 40.18 20.67 19.33 -
YUV 97.08 140.38 231.37 -
System Red Green Blue C M Y K H S L
Decimal 242 19 119 0 0.92 0.51 0.05 333.09 0.9 0.51
Hex F2 13 77 0 5C 33 5 14D 5A 33
Octal 362 23 167 0 134 63 5 515 132 63
Binary 11110010 10011 1110111 0 1011100 110011 101 101001101 1011010 110011

Color Harmonies of #F21377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21377

Black with #F21377

Text Example


Text Example

White with #F21377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21377; }

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

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

background-color css

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

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

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

border-color css

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

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

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