Html Css Color HEX #F21A6A Ruby

📋 copy color: '#F21A6A'

red 242 ◦ green 26 ◦ blue 106

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

Shades of Ruby #F21A6A

Tints of Ruby #F21A6A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.95%

 BLUE value IS 106 (41.8% from 255) = 28.34%

R = 64.71%
G = 6.95%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F21A6A (or 0xF21A6A) is known color: Ruby. HEX triplet: F2, 1A and 6A. RGB value is (242,26,106). Sum of RGB (Red+Green+Blue) = 242+26+106=374 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.71% from 374); Green value is 26 (10.55% from 255 or 6.95% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 242 - color contains mainly: red. Hex color #F21A6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21A6A is #0DE595. Grayscale: #636363. Windows color (decimal): -910742 or 6953714. OLE color: 6953714.

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

Color convert

RGB 242 26 106 -
CMYK 0 0.89 0.56 0.05
HSL 337.78º 0.89% 0.53% -
HSV(B) 337.78º 0.89% 0.95% -
XYZ 39.59 20.66 15.54 -
YUV 99.7 131.56 229.5 -
System Red Green Blue C M Y K H S L
Decimal 242 26 106 0 0.89 0.56 0.05 337.78 0.89 0.53
Hex F2 1A 6A 0 59 38 5 152 59 35
Octal 362 32 152 0 131 70 5 522 131 65
Binary 11110010 11010 1101010 0 1011001 111000 101 101010010 1011001 110101

Color Harmonies of #F21A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21A6A

Black with #F21A6A

Text Example


Text Example

White with #F21A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21A6A; }

 p { color: rgb(242,26,106); }

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

background-color css

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

 a { background-color: rgb(242,26,106); }

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

border-color css

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

 span { border-color: rgb(242,26,106); }

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