Html Css Color HEX #FB25FA Magenta

📋 copy color: '#FB25FA'

red 251 ◦ green 37 ◦ blue 250

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

Shades of Magenta #FB25FA

Tints of Magenta #FB25FA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 6.88%

 BLUE value IS 250 (98.05% from 255) = 46.47%

R = 46.65%
G = 6.88%
B = 46.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#FB25FA (or 0xFB25FA) is known color: Magenta. HEX triplet: FB, 25 and FA. RGB value is (251,37,250). Sum of RGB (Red+Green+Blue) = 251+37+250=538 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.65% from 538); Green value is 37 (14.84% from 255 or 6.88% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 251 - color contains mainly: red. Hex color #FB25FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB25FA is #04DA05. Grayscale: #7C7C7C. Windows color (decimal): -317958 or 16393723. OLE color: 16393723.

HSL color Cylindrical-coordinate representation of color #FB25FA: hue angle of 300.28º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FB25FA is Cyan = 0, Magento = 0.85, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 37 250 -
CMYK 0 0.85 0.00 0.02
HSL 300.28º 0.96% 0.56% -
HSV(B) 300.28º 0.85% 0.98% -
XYZ 57.7 28.73 92.95 -
YUV 125.27 198.4 217.68 -
System Red Green Blue C M Y K H S L
Decimal 251 37 250 0 0.85 0.00 0.02 300.28 0.96 0.56
Hex FB 25 FA 0 55 0 2 12C 60 38
Octal 373 45 372 0 125 0 2 454 140 70
Binary 11111011 100101 11111010 0 1010101 0 10 100101100 1100000 111000

Color Harmonies of #FB25FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB25FA

Black with #FB25FA

Text Example


Text Example

White with #FB25FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB25FA; }

 p { color: rgb(251,37,250); }

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

background-color css

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

 a { background-color: rgb(251,37,250); }

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

border-color css

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

 span { border-color: rgb(251,37,250); }

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