Html Css Color HEX #F21E5D Ruby

📋 copy color: '#F21E5D'

red 242 ◦ green 30 ◦ blue 93

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

Shades of Ruby #F21E5D

Tints of Ruby #F21E5D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.22%

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

R = 66.3%
G = 8.22%
B = 25.48%

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

#F21E5D (or 0xF21E5D) is known color: Ruby. HEX triplet: F2, 1E and 5D. RGB value is (242,30,93). Sum of RGB (Red+Green+Blue) = 242+30+93=365 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.30% from 365); Green value is 30 (12.11% from 255 or 8.22% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 242 - color contains mainly: red. Hex color #F21E5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21E5D is #0DE1A2. Grayscale: #646464. Windows color (decimal): -909731 or 6102770. OLE color: 6102770.

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

Color convert

RGB 242 30 93 -
CMYK 0 0.88 0.62 0.05
HSL 342.17º 0.89% 0.53% -
HSV(B) 342.17º 0.88% 0.95% -
XYZ 39.06 20.6 12.27 -
YUV 100.57 123.74 228.88 -
System Red Green Blue C M Y K H S L
Decimal 242 30 93 0 0.88 0.62 0.05 342.17 0.89 0.53
Hex F2 1E 5D 0 58 3E 5 156 59 35
Octal 362 36 135 0 130 76 5 526 131 65
Binary 11110010 11110 1011101 0 1011000 111110 101 101010110 1011001 110101

Color Harmonies of #F21E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21E5D

Black with #F21E5D

Text Example


Text Example

White with #F21E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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