Html Css Color HEX #F21E77 Ruby

📋 copy color: '#F21E77'

red 242 ◦ green 30 ◦ blue 119

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

Shades of Ruby #F21E77

Tints of Ruby #F21E77

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.67%

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

R = 61.89%
G = 7.67%
B = 30.43%

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

#F21E77 (or 0xF21E77) is known color: Ruby. HEX triplet: F2, 1E and 77. RGB value is (242,30,119). Sum of RGB (Red+Green+Blue) = 242+30+119=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 30 (12.11% from 255 or 7.67% from 391); Blue value is 119 (46.88% from 255 or 30.43% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F21E77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21E77 is #0DE188. Grayscale: #676767. Windows color (decimal): -909705 or 7806706. OLE color: 7806706.

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

Color convert

RGB 242 30 119 -
CMYK 0 0.88 0.51 0.05
HSL 334.81º 0.89% 0.53% -
HSV(B) 334.81º 0.88% 0.95% -
XYZ 40.41 21.14 19.4 -
YUV 103.53 136.74 226.76 -
System Red Green Blue C M Y K H S L
Decimal 242 30 119 0 0.88 0.51 0.05 334.81 0.89 0.53
Hex F2 1E 77 0 58 33 5 14F 59 35
Octal 362 36 167 0 130 63 5 517 131 65
Binary 11110010 11110 1110111 0 1011000 110011 101 101001111 1011001 110101

Color Harmonies of #F21E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21E77

Black with #F21E77

Text Example


Text Example

White with #F21E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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