Html Css Color HEX #F21F76 Ruby

📋 copy color: '#F21F76'

red 242 ◦ green 31 ◦ blue 118

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

Shades of Ruby #F21F76

Tints of Ruby #F21F76

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.93%

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

R = 61.89%
G = 7.93%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F21F76 (or 0xF21F76) is known color: Ruby. HEX triplet: F2, 1F and 76. RGB value is (242,31,118). Sum of RGB (Red+Green+Blue) = 242+31+118=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 31 (12.5% from 255 or 7.93% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F21F76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21F76 is #0DE089. Grayscale: #676767. Windows color (decimal): -909450 or 7741426. OLE color: 7741426.

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

Color convert

RGB 242 31 118 -
CMYK 0 0.87 0.51 0.05
HSL 335.26º 0.89% 0.54% -
HSV(B) 335.26º 0.87% 0.95% -
XYZ 40.38 21.17 19.1 -
YUV 104.01 135.9 226.43 -
System Red Green Blue C M Y K H S L
Decimal 242 31 118 0 0.87 0.51 0.05 335.26 0.89 0.54
Hex F2 1F 76 0 57 33 5 14F 59 36
Octal 362 37 166 0 127 63 5 517 131 66
Binary 11110010 11111 1110110 0 1010111 110011 101 101001111 1011001 110110

Color Harmonies of #F21F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21F76

Black with #F21F76

Text Example


Text Example

White with #F21F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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