Html Css Color HEX #F21D70 Ruby

📋 copy color: '#F21D70'

red 242 ◦ green 29 ◦ blue 112

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

Shades of Ruby #F21D70

Tints of Ruby #F21D70

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.57%

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

R = 63.19%
G = 7.57%
B = 29.24%

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

#F21D70 (or 0xF21D70) is known color: Ruby. HEX triplet: F2, 1D and 70. RGB value is (242,29,112). Sum of RGB (Red+Green+Blue) = 242+29+112=383 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.19% from 383); Green value is 29 (11.72% from 255 or 7.57% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 242 - color contains mainly: red. Hex color #F21D70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21D70 is #0DE28F. Grayscale: #666666. Windows color (decimal): -909968 or 7347698. OLE color: 7347698.

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

Color convert

RGB 242 29 112 -
CMYK 0 0.88 0.54 0.05
HSL 336.62º 0.89% 0.53% -
HSV(B) 336.62º 0.88% 0.95% -
XYZ 39.98 20.93 17.26 -
YUV 102.15 133.57 227.75 -
System Red Green Blue C M Y K H S L
Decimal 242 29 112 0 0.88 0.54 0.05 336.62 0.89 0.53
Hex F2 1D 70 0 58 36 5 151 59 35
Octal 362 35 160 0 130 66 5 521 131 65
Binary 11110010 11101 1110000 0 1011000 110110 101 101010001 1011001 110101

Color Harmonies of #F21D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21D70

Black with #F21D70

Text Example


Text Example

White with #F21D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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