Html Css Color HEX #FC90FA Violet

📋 copy color: '#FC90FA'

red 252 ◦ green 144 ◦ blue 250

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

Shades of Violet #FC90FA

Tints of Violet #FC90FA

RGB

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

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

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

R = 39.01%
G = 22.29%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FC90FA (or 0xFC90FA) is known color: Violet. HEX triplet: FC, 90 and FA. RGB value is (252,144,250). Sum of RGB (Red+Green+Blue) = 252+144+250=646 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.01% from 646); Green value is 144 (56.64% from 255 or 22.29% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 252 - color contains mainly: red. Hex color #FC90FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC90FA is #036F05. Grayscale: #BCBCBC. Windows color (decimal): -225030 or 16421116. OLE color: 16421116.

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

Color convert

RGB 252 144 250 -
CMYK 0 0.43 0.01 0.01
HSL 301.11º 0.95% 0.78% -
HSV(B) 301.11º 0.43% 0.99% -
XYZ 67.37 47.54 96.07 -
YUV 188.38 162.78 173.38 -
System Red Green Blue C M Y K H S L
Decimal 252 144 250 0 0.43 0.01 0.01 301.11 0.95 0.78
Hex FC 90 FA 0 2B 1 1 12D 5F 4E
Octal 374 220 372 0 53 1 1 455 137 116
Binary 11111100 10010000 11111010 0 101011 1 1 100101101 1011111 1001110

Color Harmonies of #FC90FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC90FA

Black with #FC90FA

Text Example


Text Example

White with #FC90FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC90FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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