#F298CB

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

Shades of Shocking #F298CB

Tints of Shocking #F298CB

Color information

#F298CB (or 0xF298CB) is unknown color: approx Shocking. HEX triplet: F2, 98 and CB. RGB value is (242,152,203). Sum of RGB (Red+Green+Blue) = 242+152+203=597 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.54% from 597); Green value is 152 (59.77% from 255 or 25.46% from 597); Blue value is 203 (79.69% from 255 or 34.00% from 597); Max value from RGB is 242 - color contains mainly: red. Hex color #F298CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F298CB is #0D6734. Grayscale: #B8B8B8. Windows color (decimal): -878389 or 13342962. OLE color: 13342962.

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

Color convert

RGB242152203-
CMYK00.370.160.05
HSL326º77.59%77.25%-
HSV(B)326º37.19%94.9%-
XYZ58.6345.6562.22-
YUV184.72138.32168.85-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.54%
GREEN value IS 152 (59.77% from 255) = 25.46%
BLUE value IS 203 (79.69% from 255) = 34.00%
R=40.54%
G=25.46%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215220300.370.160.0532677.5977.25
HexF298CB0251051464e4d
Octal362230313045205506116115
Binary11110010100110001100101101001011000010110100011010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F298CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F298CB; }

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

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

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

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

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

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

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

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