#F498CD

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

Shades of Shocking #F498CD

Tints of Shocking #F498CD

Color information

#F498CD (or 0xF498CD) is unknown color: approx Shocking. HEX triplet: F4, 98 and CD. RGB value is (244,152,205). Sum of RGB (Red+Green+Blue) = 244+152+205=601 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.60% from 601); Green value is 152 (59.77% from 255 or 25.29% from 601); Blue value is 205 (80.47% from 255 or 34.11% from 601); Max value from RGB is 244 - color contains mainly: red. Hex color #F498CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F498CD is #0B6732. Grayscale: #B9B9B9. Windows color (decimal): -747315 or 13474036. OLE color: 13474036.

HSL color Cylindrical-coordinate representation of color #F498CD: hue angle of 325.43º degrees, saturation: 0.81, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F498CD is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB244152205-
CMYK00.380.160.04
HSL325.43º80.7%77.65%-
HSV(B)325.43º37.7%95.69%-
XYZ59.5646.163.52-
YUV185.55138.98169.69-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.60%
GREEN value IS 152 (59.77% from 255) = 25.29%
BLUE value IS 205 (80.47% from 255) = 34.11%
R=40.60%
G=25.29%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415220500.380.160.04325.4380.777.65
HexF498CD026104145514e
Octal364230315046204505121116
Binary11110100100110001100110101001101000010010100010110100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F498CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F498CD; }

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

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

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

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

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

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

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

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