Html Css Color HEX #F21C77 Ruby

📋 copy color: '#F21C77'

red 242 ◦ green 28 ◦ blue 119

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

Shades of Ruby #F21C77

Tints of Ruby #F21C77

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.2%

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

R = 62.21%
G = 7.2%
B = 30.59%

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

#F21C77 (or 0xF21C77) is known color: Ruby. HEX triplet: F2, 1C and 77. RGB value is (242,28,119). Sum of RGB (Red+Green+Blue) = 242+28+119=389 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.21% from 389); Green value is 28 (11.33% from 255 or 7.20% from 389); Blue value is 119 (46.88% from 255 or 30.59% from 389); Max value from RGB is 242 - color contains mainly: red. Hex color #F21C77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21C77 is #0DE388. Grayscale: #666666. Windows color (decimal): -910217 or 7806194. OLE color: 7806194.

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

Color convert

RGB 242 28 119 -
CMYK 0 0.88 0.51 0.05
HSL 334.49º 0.89% 0.53% -
HSV(B) 334.49º 0.88% 0.95% -
XYZ 40.36 21.04 19.39 -
YUV 102.36 137.4 227.6 -
System Red Green Blue C M Y K H S L
Decimal 242 28 119 0 0.88 0.51 0.05 334.49 0.89 0.53
Hex F2 1C 77 0 58 33 5 14E 59 35
Octal 362 34 167 0 130 63 5 516 131 65
Binary 11110010 11100 1110111 0 1011000 110011 101 101001110 1011001 110101

Color Harmonies of #F21C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21C77

Black with #F21C77

Text Example


Text Example

White with #F21C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21C77; }

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

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

background-color css

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

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

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

border-color css

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

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

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