Html Css Color HEX #FB78DF Pale Magenta

📋 copy color: '#FB78DF'

red 251 ◦ green 120 ◦ blue 223

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

Shades of Pale Magenta #FB78DF

Tints of Pale Magenta #FB78DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.54%

R = 42.26%
G = 20.2%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FB78DF (or 0xFB78DF) is known color: Pale Magenta. HEX triplet: FB, 78 and DF. RGB value is (251,120,223). Sum of RGB (Red+Green+Blue) = 251+120+223=594 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.26% from 594); Green value is 120 (47.27% from 255 or 20.20% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 251 - color contains mainly: red. Hex color #FB78DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB78DF is #048720. Grayscale: #AAAAAA. Windows color (decimal): -296737 or 14645499. OLE color: 14645499.

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

Color convert

RGB 251 120 223 -
CMYK 0 0.52 0.11 0.02
HSL 312.82º 0.94% 0.73% -
HSV(B) 312.82º 0.52% 0.98% -
XYZ 59.82 39.27 74.24 -
YUV 170.91 157.4 185.12 -
System Red Green Blue C M Y K H S L
Decimal 251 120 223 0 0.52 0.11 0.02 312.82 0.94 0.73
Hex FB 78 DF 0 34 B 2 139 5E 49
Octal 373 170 337 0 64 13 2 471 136 111
Binary 11111011 1111000 11011111 0 110100 1011 10 100111001 1011110 1001001

Color Harmonies of #FB78DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB78DF

Black with #FB78DF

Text Example


Text Example

White with #FB78DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB78DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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