Html Css Color HEX #FC93FA Violet

📋 copy color: '#FC93FA'

red 252 ◦ green 147 ◦ blue 250

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

Shades of Violet #FC93FA

Tints of Violet #FC93FA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 22.65%

 BLUE value IS 250 (98.05% from 255) = 38.52%

R = 38.83%
G = 22.65%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FC93FA (or 0xFC93FA) is known color: Violet. HEX triplet: FC, 93 and FA. RGB value is (252,147,250). Sum of RGB (Red+Green+Blue) = 252+147+250=649 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.83% from 649); Green value is 147 (57.81% from 255 or 22.65% from 649); Blue value is 250 (98.05% from 255 or 38.52% from 649); Max value from RGB is 252 - color contains mainly: red. Hex color #FC93FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC93FA is #036C05. Grayscale: #BDBDBD. Windows color (decimal): -224262 or 16421884. OLE color: 16421884.

HSL color Cylindrical-coordinate representation of color #FC93FA: hue angle of 301.14º 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 #FC93FA is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 147 250 -
CMYK 0 0.42 0.01 0.01
HSL 301.14º 0.95% 0.78% -
HSV(B) 301.14º 0.42% 0.99% -
XYZ 67.83 48.47 96.22 -
YUV 190.14 161.79 172.12 -
System Red Green Blue C M Y K H S L
Decimal 252 147 250 0 0.42 0.01 0.01 301.14 0.95 0.78
Hex FC 93 FA 0 2A 1 1 12D 5F 4E
Octal 374 223 372 0 52 1 1 455 137 116
Binary 11111100 10010011 11111010 0 101010 1 1 100101101 1011111 1001110

Color Harmonies of #FC93FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC93FA

Black with #FC93FA

Text Example


Text Example

White with #FC93FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC93FA; }

 p { color: rgb(252,147,250); }

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

background-color css

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

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

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

border-color css

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

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

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