Html Css Color HEX #FC99FC Violet

📋 copy color: '#FC99FC'

red 252 ◦ green 153 ◦ blue 252

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

Shades of Violet #FC99FC

Tints of Violet #FC99FC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 23.29%

 BLUE value IS 252 (98.83% from 255) = 38.36%

R = 38.36%
G = 23.29%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FC99FC (or 0xFC99FC) is known color: Violet. HEX triplet: FC, 99 and FC. RGB value is (252,153,252). Sum of RGB (Red+Green+Blue) = 252+153+252=657 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.36% from 657); Green value is 153 (60.16% from 255 or 23.29% from 657); Blue value is 252 (98.83% from 255 or 38.36% from 657); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC99FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC99FC is #036603. Grayscale: #C1C1C1. Windows color (decimal): -222724 or 16554492. OLE color: 16554492.

HSL color Cylindrical-coordinate representation of color #FC99FC: hue angle of 300º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FC99FC is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 153 252 -
CMYK 0 0.39 0 0.01
HSL 300º 0.94% 0.79% -
HSV(B) 300º 0.39% 0.99% -
XYZ 69.11 50.51 98.2 -
YUV 193.89 160.8 169.45 -
System Red Green Blue C M Y K H S L
Decimal 252 153 252 0 0.39 0 0.01 300 0.94 0.79
Hex FC 99 FC 0 27 0 1 12C 5E 4F
Octal 374 231 374 0 47 0 1 454 136 117
Binary 11111100 10011001 11111100 0 100111 0 1 100101100 1011110 1001111

Color Harmonies of #FC99FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC99FC

Black with #FC99FC

Text Example


Text Example

White with #FC99FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC99FC; }

 p { color: rgb(252,153,252); }

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

background-color css

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

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

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

border-color css

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

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

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