Html Css Color HEX #F21472 Ruby

📋 copy color: '#F21472'

red 242 ◦ green 20 ◦ blue 114

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

Shades of Ruby #F21472

Tints of Ruby #F21472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.32%

R = 64.36%
G = 5.32%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F21472 (or 0xF21472) is known color: Ruby. HEX triplet: F2, 14 and 72. RGB value is (242,20,114). Sum of RGB (Red+Green+Blue) = 242+20+114=376 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.36% from 376); Green value is 20 (8.20% from 255 or 5.32% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 242 - color contains mainly: red. Hex color #F21472 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21472 is #0DEB8D. Grayscale: #606060. Windows color (decimal): -912270 or 7476466. OLE color: 7476466.

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

Color convert

RGB 242 20 114 -
CMYK 0 0.92 0.53 0.05
HSL 334.59º 0.9% 0.51% -
HSV(B) 334.59º 0.92% 0.95% -
XYZ 39.91 20.59 17.79 -
YUV 97.09 137.55 231.36 -
System Red Green Blue C M Y K H S L
Decimal 242 20 114 0 0.92 0.53 0.05 334.59 0.9 0.51
Hex F2 14 72 0 5C 35 5 14F 5A 33
Octal 362 24 162 0 134 65 5 517 132 63
Binary 11110010 10100 1110010 0 1011100 110101 101 101001111 1011010 110011

Color Harmonies of #F21472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21472

Black with #F21472

Text Example


Text Example

White with #F21472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21472; }

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

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

background-color css

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

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

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

border-color css

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

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

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