Html Css Color HEX #FB78E2 Pale Magenta

📋 copy color: '#FB78E2'

red 251 ◦ green 120 ◦ blue 226

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

Shades of Pale Magenta #FB78E2

Tints of Pale Magenta #FB78E2

RGB

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

 GREEN value IS 120 (47.27% from 255) = 20.1%

 BLUE value IS 226 (88.67% from 255) = 37.86%

R = 42.04%
G = 20.1%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FB78E2 (or 0xFB78E2) is known color: Pale Magenta. HEX triplet: FB, 78 and E2. RGB value is (251,120,226). Sum of RGB (Red+Green+Blue) = 251+120+226=597 (79% of max value = 765). Red value is 251 (98.44% from 255 or 42.04% from 597); Green value is 120 (47.27% from 255 or 20.10% from 597); Blue value is 226 (88.67% from 255 or 37.86% from 597); Max value from RGB is 251 - color contains mainly: red. Hex color #FB78E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB78E2 is #04871D. Grayscale: #AAAAAA. Windows color (decimal): -296734 or 14842107. OLE color: 14842107.

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

Color convert

RGB 251 120 226 -
CMYK 0 0.52 0.10 0.02
HSL 311.45º 0.94% 0.73% -
HSV(B) 311.45º 0.52% 0.98% -
XYZ 60.23 39.43 76.39 -
YUV 171.25 158.9 184.88 -
System Red Green Blue C M Y K H S L
Decimal 251 120 226 0 0.52 0.10 0.02 311.45 0.94 0.73
Hex FB 78 E2 0 34 A 2 137 5E 49
Octal 373 170 342 0 64 12 2 467 136 111
Binary 11111011 1111000 11100010 0 110100 1010 10 100110111 1011110 1001001

Color Harmonies of #FB78E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB78E2

Black with #FB78E2

Text Example


Text Example

White with #FB78E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB78E2; }

 p { color: rgb(251,120,226); }

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

background-color css

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

 a { background-color: rgb(251,120,226); }

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

border-color css

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

 span { border-color: rgb(251,120,226); }

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