Html Css Color HEX #F21071 Ruby

📋 copy color: '#F21071'

red 242 ◦ green 16 ◦ blue 113

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

Shades of Ruby #F21071

Tints of Ruby #F21071

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.31%

 BLUE value IS 113 (44.53% from 255) = 30.46%

R = 65.23%
G = 4.31%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F21071 (or 0xF21071) is known color: Ruby. HEX triplet: F2, 10 and 71. RGB value is (242,16,113). Sum of RGB (Red+Green+Blue) = 242+16+113=371 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.23% from 371); Green value is 16 (6.64% from 255 or 4.31% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 242 - color contains mainly: red. Hex color #F21071 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21071 is #0DEF8E. Grayscale: #5E5E5E. Windows color (decimal): -913295 or 7409906. OLE color: 7409906.

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

Color convert

RGB 242 16 113 -
CMYK 0 0.93 0.53 0.05
HSL 334.25º 0.9% 0.51% -
HSV(B) 334.25º 0.93% 0.95% -
XYZ 39.78 20.44 17.47 -
YUV 94.63 138.37 233.11 -
System Red Green Blue C M Y K H S L
Decimal 242 16 113 0 0.93 0.53 0.05 334.25 0.9 0.51
Hex F2 10 71 0 5D 35 5 14E 5A 33
Octal 362 20 161 0 135 65 5 516 132 63
Binary 11110010 10000 1110001 0 1011101 110101 101 101001110 1011010 110011

Color Harmonies of #F21071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21071

Black with #F21071

Text Example


Text Example

White with #F21071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21071; }

 p { color: rgb(242,16,113); }

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

background-color css

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

 a { background-color: rgb(242,16,113); }

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

border-color css

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

 span { border-color: rgb(242,16,113); }

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