Html Css Color HEX #F217E4 Hot Magenta

📋 copy color: '#F217E4'

red 242 ◦ green 23 ◦ blue 228

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

Shades of Hot Magenta #F217E4

Tints of Hot Magenta #F217E4

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.67%

 BLUE value IS 228 (89.45% from 255) = 46.25%

R = 49.09%
G = 4.67%
B = 46.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F217E4 (or 0xF217E4) is known color: Hot Magenta. HEX triplet: F2, 17 and E4. RGB value is (242,23,228). Sum of RGB (Red+Green+Blue) = 242+23+228=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 23 (9.38% from 255 or 4.67% from 493); Blue value is 228 (89.45% from 255 or 46.25% from 493); Max value from RGB is 242 - color contains mainly: red. Hex color #F217E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F217E4 is #0DE81B. Grayscale: #6F6F6F. Windows color (decimal): -911388 or 14948338. OLE color: 14948338.

HSL color Cylindrical-coordinate representation of color #F217E4: hue angle of 303.84º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F217E4 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 23 228 -
CMYK 0 0.90 0.06 0.05
HSL 303.84º 0.89% 0.52% -
HSV(B) 303.84º 0.9% 0.95% -
XYZ 50.93 25.09 75.56 -
YUV 111.85 193.55 220.83 -
System Red Green Blue C M Y K H S L
Decimal 242 23 228 0 0.90 0.06 0.05 303.84 0.89 0.52
Hex F2 17 E4 0 5A 6 5 130 59 34
Octal 362 27 344 0 132 6 5 460 131 64
Binary 11110010 10111 11100100 0 1011010 110 101 100110000 1011001 110100

Color Harmonies of #F217E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F217E4

Black with #F217E4

Text Example


Text Example

White with #F217E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F217E4; }

 p { color: rgb(242,23,228); }

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

background-color css

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

 a { background-color: rgb(242,23,228); }

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

border-color css

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

 span { border-color: rgb(242,23,228); }

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