Html Css Color HEX #F21CED Magenta

📋 copy color: '#F21CED'

red 242 ◦ green 28 ◦ blue 237

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

Shades of Magenta #F21CED

Tints of Magenta #F21CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.75%

R = 47.73%
G = 5.52%
B = 46.75%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F21CED (or 0xF21CED) is known color: Magenta. HEX triplet: F2, 1C and ED. RGB value is (242,28,237). Sum of RGB (Red+Green+Blue) = 242+28+237=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 28 (11.33% from 255 or 5.52% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 242 - color contains mainly: red. Hex color #F21CED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F21CED is #0DE312. Grayscale: #737373. Windows color (decimal): -910099 or 15539442. OLE color: 15539442.

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

Color convert

RGB 242 28 237 -
CMYK 0 0.88 0.02 0.05
HSL 301.4º 0.89% 0.53% -
HSV(B) 301.4º 0.88% 0.95% -
XYZ 52.32 25.82 82.35 -
YUV 115.81 196.4 218.01 -
System Red Green Blue C M Y K H S L
Decimal 242 28 237 0 0.88 0.02 0.05 301.4 0.89 0.53
Hex F2 1C ED 0 58 2 5 12D 59 35
Octal 362 34 355 0 130 2 5 455 131 65
Binary 11110010 11100 11101101 0 1011000 10 101 100101101 1011001 110101

Color Harmonies of #F21CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21CED

Black with #F21CED

Text Example


Text Example

White with #F21CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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