Html Css Color HEX #F21E5E Ruby

📋 copy color: '#F21E5E'

red 242 ◦ green 30 ◦ blue 94

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

Shades of Ruby #F21E5E

Tints of Ruby #F21E5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.68%

R = 66.12%
G = 8.2%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F21E5E (or 0xF21E5E) is known color: Ruby. HEX triplet: F2, 1E and 5E. RGB value is (242,30,94). Sum of RGB (Red+Green+Blue) = 242+30+94=366 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.12% from 366); Green value is 30 (12.11% from 255 or 8.20% from 366); Blue value is 94 (37.11% from 255 or 25.68% from 366); Max value from RGB is 242 - color contains mainly: red. Hex color #F21E5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21E5E is #0DE1A1. Grayscale: #646464. Windows color (decimal): -909730 or 6168306. OLE color: 6168306.

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

Color convert

RGB 242 30 94 -
CMYK 0 0.88 0.61 0.05
HSL 341.89º 0.89% 0.53% -
HSV(B) 341.89º 0.88% 0.95% -
XYZ 39.1 20.61 12.51 -
YUV 100.68 124.24 228.8 -
System Red Green Blue C M Y K H S L
Decimal 242 30 94 0 0.88 0.61 0.05 341.89 0.89 0.53
Hex F2 1E 5E 0 58 3D 5 156 59 35
Octal 362 36 136 0 130 75 5 526 131 65
Binary 11110010 11110 1011110 0 1011000 111101 101 101010110 1011001 110101

Color Harmonies of #F21E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21E5E

Black with #F21E5E

Text Example


Text Example

White with #F21E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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