#F198CD

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

Shades of Shocking #F198CD

Tints of Shocking #F198CD

Color information

#F198CD (or 0xF198CD) is unknown color: approx Shocking. HEX triplet: F1, 98 and CD. RGB value is (241,152,205). Sum of RGB (Red+Green+Blue) = 241+152+205=598 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.30% from 598); Green value is 152 (59.77% from 255 or 25.42% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 241 - color contains mainly: red. Hex color #F198CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F198CD is #0E6732. Grayscale: #B8B8B8. Windows color (decimal): -943923 or 13474033. OLE color: 13474033.

HSL color Cylindrical-coordinate representation of color #F198CD: hue angle of 324.27º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F198CD is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB241152205-
CMYK00.370.150.05
HSL324.27º76.07%77.06%-
HSV(B)324.27º36.93%94.51%-
XYZ58.5245.5763.47-
YUV184.65139.49168.19-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.30%
GREEN value IS 152 (59.77% from 255) = 25.42%
BLUE value IS 205 (80.47% from 255) = 34.28%
R=40.30%
G=25.42%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115220500.370.150.05324.2776.0777.06
HexF198CD025F51444c4d
Octal361230315045175504114115
Binary1111000110011000110011010100101111110110100010010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F198CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F198CD; }

 p { color: rgb(241,152,205); }

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

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

 a { background-color: rgb(241,152,205); }

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

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

 span { border-color: rgb(241,152,205); }

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