Html Css Color HEX #F21E6A Ruby

📋 copy color: '#F21E6A'

red 242 ◦ green 30 ◦ blue 106

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

Shades of Ruby #F21E6A

Tints of Ruby #F21E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.04%

R = 64.02%
G = 7.94%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F21E6A (or 0xF21E6A) is known color: Ruby. HEX triplet: F2, 1E and 6A. RGB value is (242,30,106). Sum of RGB (Red+Green+Blue) = 242+30+106=378 (50% of max value = 765). Red value is 242 (94.92% from 255 or 64.02% from 378); Green value is 30 (12.11% from 255 or 7.94% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 242 - color contains mainly: red. Hex color #F21E6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21E6A is #0DE195. Grayscale: #656565. Windows color (decimal): -909718 or 6954738. OLE color: 6954738.

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

Color convert

RGB 242 30 106 -
CMYK 0 0.88 0.56 0.05
HSL 338.49º 0.89% 0.53% -
HSV(B) 338.49º 0.88% 0.95% -
XYZ 39.68 20.85 15.57 -
YUV 102.05 130.24 227.82 -
System Red Green Blue C M Y K H S L
Decimal 242 30 106 0 0.88 0.56 0.05 338.49 0.89 0.53
Hex F2 1E 6A 0 58 38 5 152 59 35
Octal 362 36 152 0 130 70 5 522 131 65
Binary 11110010 11110 1101010 0 1011000 111000 101 101010010 1011001 110101

Color Harmonies of #F21E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21E6A

Black with #F21E6A

Text Example


Text Example

White with #F21E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21E6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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