Html Css Color HEX #FB71DB Pale Magenta

📋 copy color: '#FB71DB'

red 251 ◦ green 113 ◦ blue 219

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

Shades of Pale Magenta #FB71DB

Tints of Pale Magenta #FB71DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.56%

R = 43.05%
G = 19.38%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FB71DB (or 0xFB71DB) is known color: Pale Magenta. HEX triplet: FB, 71 and DB. RGB value is (251,113,219). Sum of RGB (Red+Green+Blue) = 251+113+219=583 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.05% from 583); Green value is 113 (44.53% from 255 or 19.38% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 251 - color contains mainly: red. Hex color #FB71DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB71DB is #048E24. Grayscale: #A6A6A6. Windows color (decimal): -298533 or 14381563. OLE color: 14381563.

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

Color convert

RGB 251 113 219 -
CMYK 0 0.55 0.13 0.02
HSL 313.91º 0.95% 0.71% -
HSV(B) 313.91º 0.55% 0.98% -
XYZ 58.47 37.43 71.16 -
YUV 166.35 157.72 188.38 -
System Red Green Blue C M Y K H S L
Decimal 251 113 219 0 0.55 0.13 0.02 313.91 0.95 0.71
Hex FB 71 DB 0 37 D 2 13A 5F 47
Octal 373 161 333 0 67 15 2 472 137 107
Binary 11111011 1110001 11011011 0 110111 1101 10 100111010 1011111 1000111

Color Harmonies of #FB71DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB71DB

Black with #FB71DB

Text Example


Text Example

White with #FB71DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB71DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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