Html Css Color HEX #FB71DF Pale Magenta

📋 copy color: '#FB71DF'

red 251 ◦ green 113 ◦ blue 223

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

Shades of Pale Magenta #FB71DF

Tints of Pale Magenta #FB71DF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.25%

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

R = 42.76%
G = 19.25%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FB71DF (or 0xFB71DF) is known color: Pale Magenta. HEX triplet: FB, 71 and DF. RGB value is (251,113,223). Sum of RGB (Red+Green+Blue) = 251+113+223=587 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.76% from 587); Green value is 113 (44.53% from 255 or 19.25% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 251 - color contains mainly: red. Hex color #FB71DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB71DF is #048E20. Grayscale: #A6A6A6. Windows color (decimal): -298529 or 14643707. OLE color: 14643707.

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

Color convert

RGB 251 113 223 -
CMYK 0 0.55 0.11 0.02
HSL 312.17º 0.95% 0.71% -
HSV(B) 312.17º 0.55% 0.98% -
XYZ 59.01 37.65 73.97 -
YUV 166.8 159.72 188.06 -
System Red Green Blue C M Y K H S L
Decimal 251 113 223 0 0.55 0.11 0.02 312.17 0.95 0.71
Hex FB 71 DF 0 37 B 2 138 5F 47
Octal 373 161 337 0 67 13 2 470 137 107
Binary 11111011 1110001 11011111 0 110111 1011 10 100111000 1011111 1000111

Color Harmonies of #FB71DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB71DF

Black with #FB71DF

Text Example


Text Example

White with #FB71DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB71DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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