Html Css Color HEX #FB25F2 Magenta

📋 copy color: '#FB25F2'

red 251 ◦ green 37 ◦ blue 242

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

Shades of Magenta #FB25F2

Tints of Magenta #FB25F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 45.66%

R = 47.36%
G = 6.98%
B = 45.66%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FB25F2 (or 0xFB25F2) is known color: Magenta. HEX triplet: FB, 25 and F2. RGB value is (251,37,242). Sum of RGB (Red+Green+Blue) = 251+37+242=530 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.36% from 530); Green value is 37 (14.84% from 255 or 6.98% from 530); Blue value is 242 (94.92% from 255 or 45.66% from 530); Max value from RGB is 251 - color contains mainly: red. Hex color #FB25F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB25F2 is #04DA0D. Grayscale: #7B7B7B. Windows color (decimal): -317966 or 15869435. OLE color: 15869435.

HSL color Cylindrical-coordinate representation of color #FB25F2: hue angle of 302.52º 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 #FB25F2 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 37 242 -
CMYK 0 0.85 0.04 0.02
HSL 302.52º 0.96% 0.56% -
HSV(B) 302.52º 0.85% 0.98% -
XYZ 56.47 28.24 86.48 -
YUV 124.36 194.4 218.33 -
System Red Green Blue C M Y K H S L
Decimal 251 37 242 0 0.85 0.04 0.02 302.52 0.96 0.56
Hex FB 25 F2 0 55 4 2 12F 60 38
Octal 373 45 362 0 125 4 2 457 140 70
Binary 11111011 100101 11110010 0 1010101 100 10 100101111 1100000 111000

Color Harmonies of #FB25F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB25F2

Black with #FB25F2

Text Example


Text Example

White with #FB25F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB25F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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