#F99CFC

Color #F99CFC Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #F99CFC

Tints of Violet #F99CFC

Color information

#F99CFC (or 0xF99CFC) is unknown color: approx Violet. HEX triplet: F9, 9C and FC. RGB value is (249,156,252). Sum of RGB (Red+Green+Blue) = 249+156+252=657 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.90% from 657); Green value is 156 (61.33% from 255 or 23.74% from 657); Blue value is 252 (98.83% from 255 or 38.36% from 657); Max value from RGB is 252 - color contains mainly: blue. Hex color #F99CFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F99CFC is #066303. Grayscale: #C2C2C2. Windows color (decimal): -418564 or 16555257. OLE color: 16555257.

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

Color convert

RGB249156252-
CMYK0.010.3800.01
HSL298.12º94.12%80%-
HSV(B)298.12º38.1%98.82%-
XYZ68.5350.9498.32-
YUV194.75160.31166.69-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.90%
GREEN value IS 156 (61.33% from 255) = 23.74%
BLUE value IS 252 (98.83% from 255) = 38.36%
R=37.90%
G=23.74%
B=38.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2491562520.010.3800.01298.1294.1280
HexF99CFC1260112a5e50
Octal37123437414601452136120
Binary11111001100111001111110011001100110010101010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99CFC; }

 p { color: rgb(249,156,252); }

 H1.HeaderClassName
 {
   color: #F99CFC;
 }
 .AnyTagClassName
 {
   color: #F99CFC;
 }
</style>
background-color css

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

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

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

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

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

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