Html Css Color HEX #FC90FC Violet

📋 copy color: '#FC90FC'

red 252 ◦ green 144 ◦ blue 252

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

Shades of Violet #FC90FC

Tints of Violet #FC90FC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 22.22%

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

R = 38.89%
G = 22.22%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FC90FC (or 0xFC90FC) is known color: Violet. HEX triplet: FC, 90 and FC. RGB value is (252,144,252). Sum of RGB (Red+Green+Blue) = 252+144+252=648 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.89% from 648); Green value is 144 (56.64% from 255 or 22.22% from 648); Blue value is 252 (98.83% from 255 or 38.89% from 648); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC90FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC90FC is #036F03. Grayscale: #BCBCBC. Windows color (decimal): -225028 or 16552188. OLE color: 16552188.

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

Color convert

RGB 252 144 252 -
CMYK 0 0.43 0 0.01
HSL 300º 0.95% 0.78% -
HSV(B) 300º 0.43% 0.99% -
XYZ 67.69 47.67 97.73 -
YUV 188.6 163.78 173.22 -
System Red Green Blue C M Y K H S L
Decimal 252 144 252 0 0.43 0 0.01 300 0.95 0.78
Hex FC 90 FC 0 2B 0 1 12C 5F 4E
Octal 374 220 374 0 53 0 1 454 137 116
Binary 11111100 10010000 11111100 0 101011 0 1 100101100 1011111 1001110

Color Harmonies of #FC90FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC90FC

Black with #FC90FC

Text Example


Text Example

White with #FC90FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC90FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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