Html Css Color HEX #FB7FEA Pale Magenta

📋 copy color: '#FB7FEA'

red 251 ◦ green 127 ◦ blue 234

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

Shades of Pale Magenta #FB7FEA

Tints of Pale Magenta #FB7FEA

RGB

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

 GREEN value IS 127 (50% from 255) = 20.75%

 BLUE value IS 234 (91.8% from 255) = 38.24%

R = 41.01%
G = 20.75%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FB7FEA (or 0xFB7FEA) is known color: Pale Magenta. HEX triplet: FB, 7F and EA. RGB value is (251,127,234). Sum of RGB (Red+Green+Blue) = 251+127+234=612 (81% of max value = 765). Red value is 251 (98.44% from 255 or 41.01% from 612); Green value is 127 (50% from 255 or 20.75% from 612); Blue value is 234 (91.80% from 255 or 38.24% from 612); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7FEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB7FEA is #048015. Grayscale: #AFAFAF. Windows color (decimal): -294934 or 15368187. OLE color: 15368187.

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

Color convert

RGB 251 127 234 -
CMYK 0 0.49 0.07 0.02
HSL 308.23º 0.94% 0.74% -
HSV(B) 308.23º 0.49% 0.98% -
XYZ 62.22 41.63 82.6 -
YUV 176.27 160.58 181.3 -
System Red Green Blue C M Y K H S L
Decimal 251 127 234 0 0.49 0.07 0.02 308.23 0.94 0.74
Hex FB 7F EA 0 31 7 2 134 5E 4A
Octal 373 177 352 0 61 7 2 464 136 112
Binary 11111011 1111111 11101010 0 110001 111 10 100110100 1011110 1001010

Color Harmonies of #FB7FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7FEA

Black with #FB7FEA

Text Example


Text Example

White with #FB7FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7FEA; }

 p { color: rgb(251,127,234); }

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

background-color css

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

 a { background-color: rgb(251,127,234); }

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

border-color css

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

 span { border-color: rgb(251,127,234); }

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