Html Css Color HEX #FB70E2 Pale Magenta

📋 copy color: '#FB70E2'

red 251 ◦ green 112 ◦ blue 226

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

Shades of Pale Magenta #FB70E2

Tints of Pale Magenta #FB70E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 38.37%

R = 42.61%
G = 19.02%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FB70E2 (or 0xFB70E2) is known color: Pale Magenta. HEX triplet: FB, 70 and E2. RGB value is (251,112,226). Sum of RGB (Red+Green+Blue) = 251+112+226=589 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.61% from 589); Green value is 112 (44.14% from 255 or 19.02% from 589); Blue value is 226 (88.67% from 255 or 38.37% from 589); Max value from RGB is 251 - color contains mainly: red. Hex color #FB70E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB70E2 is #048F1D. Grayscale: #A6A6A6. Windows color (decimal): -298782 or 14840059. OLE color: 14840059.

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

Color convert

RGB 251 112 226 -
CMYK 0 0.55 0.10 0.02
HSL 310.79º 0.95% 0.71% -
HSV(B) 310.79º 0.55% 0.98% -
XYZ 59.31 37.59 76.08 -
YUV 166.56 161.55 188.23 -
System Red Green Blue C M Y K H S L
Decimal 251 112 226 0 0.55 0.10 0.02 310.79 0.95 0.71
Hex FB 70 E2 0 37 A 2 137 5F 47
Octal 373 160 342 0 67 12 2 467 137 107
Binary 11111011 1110000 11100010 0 110111 1010 10 100110111 1011111 1000111

Color Harmonies of #FB70E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB70E2

Black with #FB70E2

Text Example


Text Example

White with #FB70E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB70E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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