Html Css Color HEX #FB02F0 Magenta

📋 copy color: '#FB02F0'

red 251 ◦ green 2 ◦ blue 240

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

Shades of Magenta #FB02F0

Tints of Magenta #FB02F0

RGB

 RED value IS 251 (98.44% from 255) = 50.91%

 GREEN value IS 2 (1.17% from 255) = 0.41%

 BLUE value IS 240 (94.14% from 255) = 48.68%

R = 50.91%
G = 0.41%
B = 48.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FB02F0 (or 0xFB02F0) is known color: Magenta. HEX triplet: FB, 02 and F0. RGB value is (251,2,240). Sum of RGB (Red+Green+Blue) = 251+2+240=493 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.91% from 493); Green value is 2 (1.17% from 255 or 0.41% from 493); Blue value is 240 (94.14% from 255 or 48.68% from 493); Max value from RGB is 251 - color contains mainly: red. Hex color #FB02F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB02F0 is #04FD0F. Grayscale: #666666. Windows color (decimal): -326928 or 15729403. OLE color: 15729403.

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

Color convert

RGB 251 2 240 -
CMYK 0 0.99 0.04 0.02
HSL 302.65º 0.98% 0.5% -
HSV(B) 302.65º 0.99% 0.98% -
XYZ 55.53 26.84 84.69 -
YUV 103.58 204.99 233.15 -
System Red Green Blue C M Y K H S L
Decimal 251 2 240 0 0.99 0.04 0.02 302.65 0.98 0.5
Hex FB 2 F0 0 63 4 2 12F 62 32
Octal 373 2 360 0 143 4 2 457 142 62
Binary 11111011 10 11110000 0 1100011 100 10 100101111 1100010 110010

Color Harmonies of #FB02F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB02F0

Black with #FB02F0

Text Example


Text Example

White with #FB02F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB02F0; }

 p { color: rgb(251,2,240); }

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

background-color css

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

 a { background-color: rgb(251,2,240); }

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

border-color css

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

 span { border-color: rgb(251,2,240); }

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