Html Css Color HEX #FB6FE0 Pale Magenta

📋 copy color: '#FB6FE0'

red 251 ◦ green 111 ◦ blue 224

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

Shades of Pale Magenta #FB6FE0

Tints of Pale Magenta #FB6FE0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 18.94%

 BLUE value IS 224 (87.89% from 255) = 38.23%

R = 42.83%
G = 18.94%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FB6FE0 (or 0xFB6FE0) is known color: Pale Magenta. HEX triplet: FB, 6F and E0. RGB value is (251,111,224). Sum of RGB (Red+Green+Blue) = 251+111+224=586 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.83% from 586); Green value is 111 (43.75% from 255 or 18.94% from 586); Blue value is 224 (87.89% from 255 or 38.23% from 586); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6FE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6FE0 is #04901F. Grayscale: #A5A5A5. Windows color (decimal): -299040 or 14708731. OLE color: 14708731.

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

Color convert

RGB 251 111 224 -
CMYK 0 0.56 0.11 0.02
HSL 311.57º 0.95% 0.71% -
HSV(B) 311.57º 0.56% 0.98% -
XYZ 58.92 37.26 74.61 -
YUV 165.74 160.88 188.81 -
System Red Green Blue C M Y K H S L
Decimal 251 111 224 0 0.56 0.11 0.02 311.57 0.95 0.71
Hex FB 6F E0 0 38 B 2 138 5F 47
Octal 373 157 340 0 70 13 2 470 137 107
Binary 11111011 1101111 11100000 0 111000 1011 10 100111000 1011111 1000111

Color Harmonies of #FB6FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6FE0

Black with #FB6FE0

Text Example


Text Example

White with #FB6FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6FE0; }

 p { color: rgb(251,111,224); }

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

background-color css

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

 a { background-color: rgb(251,111,224); }

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

border-color css

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

 span { border-color: rgb(251,111,224); }

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