Html Css Color HEX #FB77EA Pale Magenta

📋 copy color: '#FB77EA'

red 251 ◦ green 119 ◦ blue 234

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

Shades of Pale Magenta #FB77EA

Tints of Pale Magenta #FB77EA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 19.7%

 BLUE value IS 234 (91.8% from 255) = 38.74%

R = 41.56%
G = 19.7%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FB77EA (or 0xFB77EA) is known color: Pale Magenta. HEX triplet: FB, 77 and EA. RGB value is (251,119,234). Sum of RGB (Red+Green+Blue) = 251+119+234=604 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.56% from 604); Green value is 119 (46.88% from 255 or 19.70% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 251 - color contains mainly: red. Hex color #FB77EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB77EA is #048815. Grayscale: #ABABAB. Windows color (decimal): -296982 or 15366139. OLE color: 15366139.

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

Color convert

RGB 251 119 234 -
CMYK 0 0.53 0.07 0.02
HSL 307.73º 0.94% 0.73% -
HSV(B) 307.73º 0.53% 0.98% -
XYZ 61.23 39.64 82.27 -
YUV 171.58 163.23 184.65 -
System Red Green Blue C M Y K H S L
Decimal 251 119 234 0 0.53 0.07 0.02 307.73 0.94 0.73
Hex FB 77 EA 0 35 7 2 134 5E 49
Octal 373 167 352 0 65 7 2 464 136 111
Binary 11111011 1110111 11101010 0 110101 111 10 100110100 1011110 1001001

Color Harmonies of #FB77EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB77EA

Black with #FB77EA

Text Example


Text Example

White with #FB77EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB77EA; }

 p { color: rgb(251,119,234); }

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

background-color css

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

 a { background-color: rgb(251,119,234); }

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

border-color css

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

 span { border-color: rgb(251,119,234); }

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