Html Css Color HEX #F21C5D Ruby

📋 copy color: '#F21C5D'

red 242 ◦ green 28 ◦ blue 93

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

Shades of Ruby #F21C5D

Tints of Ruby #F21C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.62%

R = 66.67%
G = 7.71%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F21C5D (or 0xF21C5D) is known color: Ruby. HEX triplet: F2, 1C and 5D. RGB value is (242,28,93). Sum of RGB (Red+Green+Blue) = 242+28+93=363 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.67% from 363); Green value is 28 (11.33% from 255 or 7.71% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 242 - color contains mainly: red. Hex color #F21C5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21C5D is #0DE3A2. Grayscale: #636363. Windows color (decimal): -910243 or 6102258. OLE color: 6102258.

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

Color convert

RGB 242 28 93 -
CMYK 0 0.88 0.62 0.05
HSL 341.78º 0.89% 0.53% -
HSV(B) 341.78º 0.88% 0.95% -
XYZ 39.01 20.5 12.26 -
YUV 99.4 124.4 229.71 -
System Red Green Blue C M Y K H S L
Decimal 242 28 93 0 0.88 0.62 0.05 341.78 0.89 0.53
Hex F2 1C 5D 0 58 3E 5 156 59 35
Octal 362 34 135 0 130 76 5 526 131 65
Binary 11110010 11100 1011101 0 1011000 111110 101 101010110 1011001 110101

Color Harmonies of #F21C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21C5D

Black with #F21C5D

Text Example


Text Example

White with #F21C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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