Html Css Color HEX #FB70DD Pale Magenta

📋 copy color: '#FB70DD'

red 251 ◦ green 112 ◦ blue 221

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

Shades of Pale Magenta #FB70DD

Tints of Pale Magenta #FB70DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.84%

R = 42.98%
G = 19.18%
B = 37.84%

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

#FB70DD (or 0xFB70DD) is known color: Pale Magenta. HEX triplet: FB, 70 and DD. RGB value is (251,112,221). Sum of RGB (Red+Green+Blue) = 251+112+221=584 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.98% from 584); Green value is 112 (44.14% from 255 or 19.18% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 251 - color contains mainly: red. Hex color #FB70DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB70DD is #048F22. Grayscale: #A5A5A5. Windows color (decimal): -298787 or 14512379. OLE color: 14512379.

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

Color convert

RGB 251 112 221 -
CMYK 0 0.55 0.12 0.02
HSL 312.95º 0.95% 0.71% -
HSV(B) 312.95º 0.55% 0.98% -
XYZ 58.63 37.32 72.52 -
YUV 165.99 159.05 188.64 -
System Red Green Blue C M Y K H S L
Decimal 251 112 221 0 0.55 0.12 0.02 312.95 0.95 0.71
Hex FB 70 DD 0 37 C 2 139 5F 47
Octal 373 160 335 0 67 14 2 471 137 107
Binary 11111011 1110000 11011101 0 110111 1100 10 100111001 1011111 1000111

Color Harmonies of #FB70DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB70DD

Black with #FB70DD

Text Example


Text Example

White with #FB70DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB70DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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