#F995C5

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

Shades of Shocking #F995C5

Tints of Shocking #F995C5

Color information

#F995C5 (or 0xF995C5) is unknown color: approx Shocking. HEX triplet: F9, 95 and C5. RGB value is (249,149,197). Sum of RGB (Red+Green+Blue) = 249+149+197=595 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.85% from 595); Green value is 149 (58.59% from 255 or 25.04% from 595); Blue value is 197 (77.34% from 255 or 33.11% from 595); Max value from RGB is 249 - color contains mainly: red. Hex color #F995C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F995C5 is #066A3A. Grayscale: #B8B8B8. Windows color (decimal): -420411 or 12948985. OLE color: 12948985.

HSL color Cylindrical-coordinate representation of color #F995C5: hue angle of 331.2º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F995C5 is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB249149197-
CMYK00.400.210.02
HSL331.2º89.29%78.04%-
HSV(B)331.2º40.16%97.65%-
XYZ59.8945.6758.48-
YUV184.37135.13174.1-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.85%
GREEN value IS 149 (58.59% from 255) = 25.04%
BLUE value IS 197 (77.34% from 255) = 33.11%
R=41.85%
G=25.04%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914919700.400.210.02331.289.2978.04
HexF995C502815214b594e
Octal371225305050252513131116
Binary1111100110010101110001010101000101011010100101110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F995C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F995C5; }

 p { color: rgb(249,149,197); }

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

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

 a { background-color: rgb(249,149,197); }

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

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

 span { border-color: rgb(249,149,197); }

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