Html Css Color HEX #FB72E6 Pale Magenta

📋 copy color: '#FB72E6'

red 251 ◦ green 114 ◦ blue 230

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

Shades of Pale Magenta #FB72E6

Tints of Pale Magenta #FB72E6

RGB

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

 GREEN value IS 114 (44.92% from 255) = 19.16%

 BLUE value IS 230 (90.23% from 255) = 38.66%

R = 42.18%
G = 19.16%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FB72E6 (or 0xFB72E6) is known color: Pale Magenta. HEX triplet: FB, 72 and E6. RGB value is (251,114,230). Sum of RGB (Red+Green+Blue) = 251+114+230=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 114 (44.92% from 255 or 19.16% from 595); Blue value is 230 (90.23% from 255 or 38.66% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FB72E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB72E6 is #048D19. Grayscale: #A7A7A7. Windows color (decimal): -298266 or 15102715. OLE color: 15102715.

HSL color Cylindrical-coordinate representation of color #FB72E6: hue angle of 309.2º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FB72E6 is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 114 230 -
CMYK 0 0.55 0.08 0.02
HSL 309.2º 0.94% 0.72% -
HSV(B) 309.2º 0.55% 0.98% -
XYZ 60.08 38.26 79.08 -
YUV 168.19 162.89 187.07 -
System Red Green Blue C M Y K H S L
Decimal 251 114 230 0 0.55 0.08 0.02 309.2 0.94 0.72
Hex FB 72 E6 0 37 8 2 135 5E 48
Octal 373 162 346 0 67 10 2 465 136 110
Binary 11111011 1110010 11100110 0 110111 1000 10 100110101 1011110 1001000

Color Harmonies of #FB72E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB72E6

Black with #FB72E6

Text Example


Text Example

White with #FB72E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB72E6; }

 p { color: rgb(251,114,230); }

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

background-color css

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

 a { background-color: rgb(251,114,230); }

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

border-color css

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

 span { border-color: rgb(251,114,230); }

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