Html Css Color HEX #FB75EC Pale Magenta

📋 copy color: '#FB75EC'

red 251 ◦ green 117 ◦ blue 236

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

Shades of Pale Magenta #FB75EC

Tints of Pale Magenta #FB75EC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 19.37%

 BLUE value IS 236 (92.58% from 255) = 39.07%

R = 41.56%
G = 19.37%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FB75EC (or 0xFB75EC) is known color: Pale Magenta. HEX triplet: FB, 75 and EC. RGB value is (251,117,236). Sum of RGB (Red+Green+Blue) = 251+117+236=604 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.56% from 604); Green value is 117 (46.09% from 255 or 19.37% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 251 - color contains mainly: red. Hex color #FB75EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB75EC is #048A13. Grayscale: #AAAAAA. Windows color (decimal): -297492 or 15496699. OLE color: 15496699.

HSL color Cylindrical-coordinate representation of color #FB75EC: hue angle of 306.72º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FB75EC is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 117 236 -
CMYK 0 0.53 0.06 0.02
HSL 306.72º 0.94% 0.72% -
HSV(B) 306.72º 0.53% 0.98% -
XYZ 61.29 39.29 83.71 -
YUV 170.63 164.89 185.32 -
System Red Green Blue C M Y K H S L
Decimal 251 117 236 0 0.53 0.06 0.02 306.72 0.94 0.72
Hex FB 75 EC 0 35 6 2 133 5E 48
Octal 373 165 354 0 65 6 2 463 136 110
Binary 11111011 1110101 11101100 0 110101 110 10 100110011 1011110 1001000

Color Harmonies of #FB75EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB75EC

Black with #FB75EC

Text Example


Text Example

White with #FB75EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB75EC; }

 p { color: rgb(251,117,236); }

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

background-color css

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

 a { background-color: rgb(251,117,236); }

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

border-color css

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

 span { border-color: rgb(251,117,236); }

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