Html Css Color HEX #F21C70 Ruby

📋 copy color: '#F21C70'

red 242 ◦ green 28 ◦ blue 112

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

Shades of Ruby #F21C70

Tints of Ruby #F21C70

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.33%

 BLUE value IS 112 (44.14% from 255) = 29.32%

R = 63.35%
G = 7.33%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F21C70 (or 0xF21C70) is known color: Ruby. HEX triplet: F2, 1C and 70. RGB value is (242,28,112). Sum of RGB (Red+Green+Blue) = 242+28+112=382 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.35% from 382); Green value is 28 (11.33% from 255 or 7.33% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 242 - color contains mainly: red. Hex color #F21C70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21C70 is #0DE38F. Grayscale: #656565. Windows color (decimal): -910224 or 7347442. OLE color: 7347442.

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

Color convert

RGB 242 28 112 -
CMYK 0 0.88 0.54 0.05
HSL 336.45º 0.89% 0.53% -
HSV(B) 336.45º 0.88% 0.95% -
XYZ 39.96 20.88 17.25 -
YUV 101.56 133.9 228.17 -
System Red Green Blue C M Y K H S L
Decimal 242 28 112 0 0.88 0.54 0.05 336.45 0.89 0.53
Hex F2 1C 70 0 58 36 5 150 59 35
Octal 362 34 160 0 130 66 5 520 131 65
Binary 11110010 11100 1110000 0 1011000 110110 101 101010000 1011001 110101

Color Harmonies of #F21C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21C70

Black with #F21C70

Text Example


Text Example

White with #F21C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21C70; }

 p { color: rgb(242,28,112); }

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

background-color css

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

 a { background-color: rgb(242,28,112); }

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

border-color css

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

 span { border-color: rgb(242,28,112); }

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