Html Css Color HEX #FC8AF6 Violet

📋 copy color: '#FC8AF6'

red 252 ◦ green 138 ◦ blue 246

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

Shades of Violet #FC8AF6

Tints of Violet #FC8AF6

RGB

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

 GREEN value IS 138 (54.3% from 255) = 21.7%

 BLUE value IS 246 (96.48% from 255) = 38.68%

R = 39.62%
G = 21.7%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FC8AF6 (or 0xFC8AF6) is known color: Violet. HEX triplet: FC, 8A and F6. RGB value is (252,138,246). Sum of RGB (Red+Green+Blue) = 252+138+246=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 138 (54.30% from 255 or 21.70% from 636); Blue value is 246 (96.48% from 255 or 38.68% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8AF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8AF6 is #037509. Grayscale: #B8B8B8. Windows color (decimal): -226570 or 16157436. OLE color: 16157436.

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

Color convert

RGB 252 138 246 -
CMYK 0 0.45 0.02 0.01
HSL 303.16º 0.95% 0.76% -
HSV(B) 303.16º 0.45% 0.99% -
XYZ 65.87 45.53 92.5 -
YUV 184.4 162.77 176.22 -
System Red Green Blue C M Y K H S L
Decimal 252 138 246 0 0.45 0.02 0.01 303.16 0.95 0.76
Hex FC 8A F6 0 2D 2 1 12F 5F 4C
Octal 374 212 366 0 55 2 1 457 137 114
Binary 11111100 10001010 11110110 0 101101 10 1 100101111 1011111 1001100

Color Harmonies of #FC8AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8AF6

Black with #FC8AF6

Text Example


Text Example

White with #FC8AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8AF6; }

 p { color: rgb(252,138,246); }

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

background-color css

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

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

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

border-color css

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

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

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