#F298CD

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

Shades of Shocking #F298CD

Tints of Shocking #F298CD

Color information

#F298CD (or 0xF298CD) is unknown color: approx Shocking. HEX triplet: F2, 98 and CD. RGB value is (242,152,205). Sum of RGB (Red+Green+Blue) = 242+152+205=599 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.40% from 599); Green value is 152 (59.77% from 255 or 25.38% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 242 - color contains mainly: red. Hex color #F298CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F298CD is #0D6732. Grayscale: #B8B8B8. Windows color (decimal): -878387 or 13474034. OLE color: 13474034.

HSL color Cylindrical-coordinate representation of color #F298CD: hue angle of 324.67º degrees, saturation: 0.78, 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 #F298CD is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB242152205-
CMYK00.370.150.05
HSL324.67º77.59%77.25%-
HSV(B)324.67º37.19%94.9%-
XYZ58.8745.7463.48-
YUV184.95139.32168.69-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.40%
GREEN value IS 152 (59.77% from 255) = 25.38%
BLUE value IS 205 (80.47% from 255) = 34.22%
R=40.40%
G=25.38%
B=34.22%

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
Decimal24215220500.370.150.05324.6777.5977.25
HexF298CD025F51454e4d
Octal362230315045175505116115
Binary1111001010011000110011010100101111110110100010110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F298CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F298CD; }

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

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

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

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

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

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

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

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