Html Css Color HEX #F21CEB Magenta

📋 copy color: '#F21CEB'

red 242 ◦ green 28 ◦ blue 235

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

Shades of Magenta #F21CEB

Tints of Magenta #F21CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.53%

R = 47.92%
G = 5.54%
B = 46.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F21CEB (or 0xF21CEB) is known color: Magenta. HEX triplet: F2, 1C and EB. RGB value is (242,28,235). Sum of RGB (Red+Green+Blue) = 242+28+235=505 (66% of max value = 765). Red value is 242 (94.92% from 255 or 47.92% from 505); Green value is 28 (11.33% from 255 or 5.54% from 505); Blue value is 235 (92.19% from 255 or 46.53% from 505); Max value from RGB is 242 - color contains mainly: red. Hex color #F21CEB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F21CEB is #0DE314. Grayscale: #727272. Windows color (decimal): -910101 or 15408370. OLE color: 15408370.

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

Color convert

RGB 242 28 235 -
CMYK 0 0.88 0.03 0.05
HSL 301.96º 0.89% 0.53% -
HSV(B) 301.96º 0.88% 0.95% -
XYZ 52.03 25.71 80.82 -
YUV 115.58 195.4 218.17 -
System Red Green Blue C M Y K H S L
Decimal 242 28 235 0 0.88 0.03 0.05 301.96 0.89 0.53
Hex F2 1C EB 0 58 3 5 12E 59 35
Octal 362 34 353 0 130 3 5 456 131 65
Binary 11110010 11100 11101011 0 1011000 11 101 100101110 1011001 110101

Color Harmonies of #F21CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21CEB

Black with #F21CEB

Text Example


Text Example

White with #F21CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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