Html Css Color HEX #F21676 Ruby

📋 copy color: '#F21676'

red 242 ◦ green 22 ◦ blue 118

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

Shades of Ruby #F21676

Tints of Ruby #F21676

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.76%

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

R = 63.35%
G = 5.76%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F21676 (or 0xF21676) is known color: Ruby. HEX triplet: F2, 16 and 76. RGB value is (242,22,118). Sum of RGB (Red+Green+Blue) = 242+22+118=382 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.35% from 382); Green value is 22 (8.98% from 255 or 5.76% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 242 - color contains mainly: red. Hex color #F21676 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21676 is #0DE989. Grayscale: #626262. Windows color (decimal): -911754 or 7739122. OLE color: 7739122.

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

Color convert

RGB 242 22 118 -
CMYK 0 0.91 0.51 0.05
HSL 333.82º 0.89% 0.52% -
HSV(B) 333.82º 0.91% 0.95% -
XYZ 40.17 20.76 19.03 -
YUV 98.72 138.89 230.19 -
System Red Green Blue C M Y K H S L
Decimal 242 22 118 0 0.91 0.51 0.05 333.82 0.89 0.52
Hex F2 16 76 0 5B 33 5 14E 59 34
Octal 362 26 166 0 133 63 5 516 131 64
Binary 11110010 10110 1110110 0 1011011 110011 101 101001110 1011001 110100

Color Harmonies of #F21676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21676

Black with #F21676

Text Example


Text Example

White with #F21676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21676; }

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

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

background-color css

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

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

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

border-color css

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

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

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