Html Css Color HEX #F221FD Magenta

📋 copy color: '#F221FD'

red 242 ◦ green 33 ◦ blue 253

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

Shades of Magenta #F221FD

Tints of Magenta #F221FD

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.25%

 BLUE value IS 253 (99.22% from 255) = 47.92%

R = 45.83%
G = 6.25%
B = 47.92%

CMYK

 C value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F221FD (or 0xF221FD) is known color: Magenta. HEX triplet: F2, 21 and FD. RGB value is (242,33,253). Sum of RGB (Red+Green+Blue) = 242+33+253=528 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.83% from 528); Green value is 33 (13.28% from 255 or 6.25% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #F221FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F221FD is #0DDE02. Grayscale: #777777. Windows color (decimal): -908803 or 16589298. OLE color: 16589298.

HSL color Cylindrical-coordinate representation of color #F221FD: hue angle of 297º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F221FD is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 33 253 -
CMYK 0.04 0.87 0 0.01
HSL 297º 0.98% 0.56% -
HSV(B) 297º 0.87% 0.99% -
XYZ 54.89 27.06 95.26 -
YUV 120.57 202.74 214.61 -
System Red Green Blue C M Y K H S L
Decimal 242 33 253 0.04 0.87 0 0.01 297 0.98 0.56
Hex F2 21 FD 4 57 0 1 129 62 38
Octal 362 41 375 4 127 0 1 451 142 70
Binary 11110010 100001 11111101 100 1010111 0 1 100101001 1100010 111000

Color Harmonies of #F221FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F221FD

Black with #F221FD

Text Example


Text Example

White with #F221FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F221FD; }

 p { color: rgb(242,33,253); }

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

background-color css

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

 a { background-color: rgb(242,33,253); }

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

border-color css

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

 span { border-color: rgb(242,33,253); }

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