Html Css Color HEX #FB70DC Pale Magenta

📋 copy color: '#FB70DC'

red 251 ◦ green 112 ◦ blue 220

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

Shades of Pale Magenta #FB70DC

Tints of Pale Magenta #FB70DC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.21%

 BLUE value IS 220 (86.33% from 255) = 37.74%

R = 43.05%
G = 19.21%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FB70DC (or 0xFB70DC) is known color: Pale Magenta. HEX triplet: FB, 70 and DC. RGB value is (251,112,220). Sum of RGB (Red+Green+Blue) = 251+112+220=583 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.05% from 583); Green value is 112 (44.14% from 255 or 19.21% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 251 - color contains mainly: red. Hex color #FB70DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB70DC is #048F23. Grayscale: #A5A5A5. Windows color (decimal): -298788 or 14446843. OLE color: 14446843.

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

Color convert

RGB 251 112 220 -
CMYK 0 0.55 0.12 0.02
HSL 313.38º 0.95% 0.71% -
HSV(B) 313.38º 0.55% 0.98% -
XYZ 58.5 37.26 71.82 -
YUV 165.87 158.55 188.72 -
System Red Green Blue C M Y K H S L
Decimal 251 112 220 0 0.55 0.12 0.02 313.38 0.95 0.71
Hex FB 70 DC 0 37 C 2 139 5F 47
Octal 373 160 334 0 67 14 2 471 137 107
Binary 11111011 1110000 11011100 0 110111 1100 10 100111001 1011111 1000111

Color Harmonies of #FB70DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB70DC

Black with #FB70DC

Text Example


Text Example

White with #FB70DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB70DC; }

 p { color: rgb(251,112,220); }

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

background-color css

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

 a { background-color: rgb(251,112,220); }

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

border-color css

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

 span { border-color: rgb(251,112,220); }

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