Html Css Color HEX #FB92E6 Pale Magenta

📋 copy color: '#FB92E6'

red 251 ◦ green 146 ◦ blue 230

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

Shades of Pale Magenta #FB92E6

Tints of Pale Magenta #FB92E6

RGB

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

 GREEN value IS 146 (57.42% from 255) = 23.29%

 BLUE value IS 230 (90.23% from 255) = 36.68%

R = 40.03%
G = 23.29%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FB92E6 (or 0xFB92E6) is known color: Pale Magenta. HEX triplet: FB, 92 and E6. RGB value is (251,146,230). Sum of RGB (Red+Green+Blue) = 251+146+230=627 (83% of max value = 765). Red value is 251 (98.44% from 255 or 40.03% from 627); Green value is 146 (57.42% from 255 or 23.29% from 627); Blue value is 230 (90.23% from 255 or 36.68% from 627); Max value from RGB is 251 - color contains mainly: red. Hex color #FB92E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB92E6 is #046D19. Grayscale: #BABABA. Windows color (decimal): -290074 or 15110907. OLE color: 15110907.

HSL color Cylindrical-coordinate representation of color #FB92E6: hue angle of 312º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FB92E6 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 146 230 -
CMYK 0 0.42 0.08 0.02
HSL 312º 0.93% 0.78% -
HSV(B) 312º 0.42% 0.98% -
XYZ 64.35 46.78 80.5 -
YUV 186.97 152.29 173.67 -
System Red Green Blue C M Y K H S L
Decimal 251 146 230 0 0.42 0.08 0.02 312 0.93 0.78
Hex FB 92 E6 0 2A 8 2 138 5D 4E
Octal 373 222 346 0 52 10 2 470 135 116
Binary 11111011 10010010 11100110 0 101010 1000 10 100111000 1011101 1001110

Color Harmonies of #FB92E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB92E6

Black with #FB92E6

Text Example


Text Example

White with #FB92E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB92E6; }

 p { color: rgb(251,146,230); }

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

background-color css

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

 a { background-color: rgb(251,146,230); }

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

border-color css

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

 span { border-color: rgb(251,146,230); }

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