Html Css Color HEX #F21D76 Ruby

📋 copy color: '#F21D76'

red 242 ◦ green 29 ◦ blue 118

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

Shades of Ruby #F21D76

Tints of Ruby #F21D76

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.46%

 BLUE value IS 118 (46.48% from 255) = 30.33%

R = 62.21%
G = 7.46%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F21D76 (or 0xF21D76) is known color: Ruby. HEX triplet: F2, 1D and 76. RGB value is (242,29,118). Sum of RGB (Red+Green+Blue) = 242+29+118=389 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.21% from 389); Green value is 29 (11.72% from 255 or 7.46% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 242 - color contains mainly: red. Hex color #F21D76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21D76 is #0DE289. Grayscale: #666666. Windows color (decimal): -909962 or 7740914. OLE color: 7740914.

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

Color convert

RGB 242 29 118 -
CMYK 0 0.88 0.51 0.05
HSL 334.93º 0.89% 0.53% -
HSV(B) 334.93º 0.88% 0.95% -
XYZ 40.33 21.06 19.08 -
YUV 102.83 136.57 227.26 -
System Red Green Blue C M Y K H S L
Decimal 242 29 118 0 0.88 0.51 0.05 334.93 0.89 0.53
Hex F2 1D 76 0 58 33 5 14F 59 35
Octal 362 35 166 0 130 63 5 517 131 65
Binary 11110010 11101 1110110 0 1011000 110011 101 101001111 1011001 110101

Color Harmonies of #F21D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21D76

Black with #F21D76

Text Example


Text Example

White with #F21D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21D76; }

 p { color: rgb(242,29,118); }

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

background-color css

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

 a { background-color: rgb(242,29,118); }

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

border-color css

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

 span { border-color: rgb(242,29,118); }

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