Html Css Color HEX #F022FD Magenta

📋 copy color: '#F022FD'

red 240 ◦ green 34 ◦ blue 253

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

Shades of Magenta #F022FD

Tints of Magenta #F022FD

RGB

 RED value IS 240 (94.14% from 255) = 45.54%

 GREEN value IS 34 (13.67% from 255) = 6.45%

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

R = 45.54%
G = 6.45%
B = 48.01%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F022FD (or 0xF022FD) is known color: Magenta. HEX triplet: F0, 22 and FD. RGB value is (240,34,253). Sum of RGB (Red+Green+Blue) = 240+34+253=527 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.54% from 527); Green value is 34 (13.67% from 255 or 6.45% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #F022FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F022FD is #0FDD02. Grayscale: #777777. Windows color (decimal): -1039619 or 16589552. OLE color: 16589552.

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

Color convert

RGB 240 34 253 -
CMYK 0.05 0.87 0 0.01
HSL 296.44º 0.98% 0.56% -
HSV(B) 296.44º 0.87% 0.99% -
XYZ 54.24 26.76 95.24 -
YUV 120.56 202.75 213.19 -
System Red Green Blue C M Y K H S L
Decimal 240 34 253 0.05 0.87 0 0.01 296.44 0.98 0.56
Hex F0 22 FD 5 57 0 1 128 62 38
Octal 360 42 375 5 127 0 1 450 142 70
Binary 11110000 100010 11111101 101 1010111 0 1 100101000 1100010 111000

Color Harmonies of #F022FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F022FD

Black with #F022FD

Text Example


Text Example

White with #F022FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F022FD; }

 p { color: rgb(240,34,253); }

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

background-color css

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

 a { background-color: rgb(240,34,253); }

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

border-color css

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

 span { border-color: rgb(240,34,253); }

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