Html Css Color HEX #FB07FF Magenta

📋 copy color: '#FB07FF'

red 251 ◦ green 7 ◦ blue 255

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

Shades of Magenta #FB07FF

Tints of Magenta #FB07FF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.36%

 BLUE value IS 255 (100% from 255) = 49.71%

R = 48.93%
G = 1.36%
B = 49.71%

CMYK

 C value IS 0.02

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FB07FF (or 0xFB07FF) is known color: Magenta. HEX triplet: FB, 07 and FF. RGB value is (251,7,255). Sum of RGB (Red+Green+Blue) = 251+7+255=513 (67% of max value = 765). Red value is 251 (98.44% from 255 or 48.93% from 513); Green value is 7 (3.12% from 255 or 1.36% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB07FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB07FF is #04F800. Grayscale: #6B6B6B. Windows color (decimal): -325633 or 16713723. OLE color: 16713723.

HSL color Cylindrical-coordinate representation of color #FB07FF: hue angle of 299.03º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FB07FF is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 251 7 255 -
CMYK 0.02 0.97 0 0
HSL 299.03º 1% 0.51% -
HSV(B) 299.03º 0.97% 1% -
XYZ 57.91 27.88 96.94 -
YUV 108.23 210.84 229.83 -
System Red Green Blue C M Y K H S L
Decimal 251 7 255 0.02 0.97 0 0 299.03 1 0.51
Hex FB 7 FF 2 61 0 0 12B 64 33
Octal 373 7 377 2 141 0 0 453 144 63
Binary 11111011 111 11111111 10 1100001 0 0 100101011 1100100 110011

Color Harmonies of #FB07FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB07FF

Black with #FB07FF

Text Example


Text Example

White with #FB07FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB07FF; }

 p { color: rgb(251,7,255); }

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

background-color css

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

 a { background-color: rgb(251,7,255); }

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

border-color css

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

 span { border-color: rgb(251,7,255); }

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