Html Css Color HEX #F21671 Ruby

📋 copy color: '#F21671'

red 242 ◦ green 22 ◦ blue 113

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

Shades of Ruby #F21671

Tints of Ruby #F21671

RGB

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

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

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

R = 64.19%
G = 5.84%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F21671 (or 0xF21671) is known color: Ruby. HEX triplet: F2, 16 and 71. RGB value is (242,22,113). Sum of RGB (Red+Green+Blue) = 242+22+113=377 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.19% from 377); Green value is 22 (8.98% from 255 or 5.84% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 242 - color contains mainly: red. Hex color #F21671 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21671 is #0DE98E. Grayscale: #626262. Windows color (decimal): -911759 or 7411442. OLE color: 7411442.

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

Color convert

RGB 242 22 113 -
CMYK 0 0.91 0.53 0.05
HSL 335.18º 0.89% 0.52% -
HSV(B) 335.18º 0.91% 0.95% -
XYZ 39.89 20.64 17.51 -
YUV 98.15 136.39 230.6 -
System Red Green Blue C M Y K H S L
Decimal 242 22 113 0 0.91 0.53 0.05 335.18 0.89 0.52
Hex F2 16 71 0 5B 35 5 14F 59 34
Octal 362 26 161 0 133 65 5 517 131 64
Binary 11110010 10110 1110001 0 1011011 110101 101 101001111 1011001 110100

Color Harmonies of #F21671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21671

Black with #F21671

Text Example


Text Example

White with #F21671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21671; }

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

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

background-color css

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

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

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

border-color css

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

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

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