Html Css Color HEX #FB78DA Pale Magenta

📋 copy color: '#FB78DA'

red 251 ◦ green 120 ◦ blue 218

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

Shades of Pale Magenta #FB78DA

Tints of Pale Magenta #FB78DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.01%

R = 42.61%
G = 20.37%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FB78DA (or 0xFB78DA) is known color: Pale Magenta. HEX triplet: FB, 78 and DA. RGB value is (251,120,218). Sum of RGB (Red+Green+Blue) = 251+120+218=589 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.61% from 589); Green value is 120 (47.27% from 255 or 20.37% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 251 - color contains mainly: red. Hex color #FB78DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB78DA is #048725. Grayscale: #AAAAAA. Windows color (decimal): -296742 or 14317819. OLE color: 14317819.

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

Color convert

RGB 251 120 218 -
CMYK 0 0.52 0.13 0.02
HSL 315.11º 0.94% 0.73% -
HSV(B) 315.11º 0.52% 0.98% -
XYZ 59.16 39 70.74 -
YUV 170.34 154.9 185.53 -
System Red Green Blue C M Y K H S L
Decimal 251 120 218 0 0.52 0.13 0.02 315.11 0.94 0.73
Hex FB 78 DA 0 34 D 2 13B 5E 49
Octal 373 170 332 0 64 15 2 473 136 111
Binary 11111011 1111000 11011010 0 110100 1101 10 100111011 1011110 1001001

Color Harmonies of #FB78DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB78DA

Black with #FB78DA

Text Example


Text Example

White with #FB78DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB78DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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