Html Css Color HEX #FC92E6 Pale Magenta

📋 copy color: '#FC92E6'

red 252 ◦ green 146 ◦ blue 230

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

Shades of Pale Magenta #FC92E6

Tints of Pale Magenta #FC92E6

RGB

 RED value IS 252 (98.83% from 255) = 40.13%

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

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

R = 40.13%
G = 23.25%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FC92E6 (or 0xFC92E6) is known color: Pale Magenta. HEX triplet: FC, 92 and E6. RGB value is (252,146,230). Sum of RGB (Red+Green+Blue) = 252+146+230=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 146 (57.42% from 255 or 23.25% from 628); Blue value is 230 (90.23% from 255 or 36.62% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FC92E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC92E6 is #036D19. Grayscale: #BBBBBB. Windows color (decimal): -224538 or 15110908. OLE color: 15110908.

HSL color Cylindrical-coordinate representation of color #FC92E6: hue angle of 312.45º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FC92E6 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 146 230 -
CMYK 0 0.42 0.09 0.01
HSL 312.45º 0.95% 0.78% -
HSV(B) 312.45º 0.42% 0.99% -
XYZ 64.71 46.97 80.52 -
YUV 187.27 152.12 174.17 -
System Red Green Blue C M Y K H S L
Decimal 252 146 230 0 0.42 0.09 0.01 312.45 0.95 0.78
Hex FC 92 E6 0 2A 9 1 138 5F 4E
Octal 374 222 346 0 52 11 1 470 137 116
Binary 11111100 10010010 11100110 0 101010 1001 1 100111000 1011111 1001110

Color Harmonies of #FC92E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC92E6

Black with #FC92E6

Text Example


Text Example

White with #FC92E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC92E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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