#F08FC1

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

Shades of Shocking #F08FC1

Tints of Shocking #F08FC1

Color information

#F08FC1 (or 0xF08FC1) is unknown color: approx Shocking. HEX triplet: F0, 8F and C1. RGB value is (240,143,193). Sum of RGB (Red+Green+Blue) = 240+143+193=576 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.67% from 576); Green value is 143 (56.25% from 255 or 24.83% from 576); Blue value is 193 (75.78% from 255 or 33.51% from 576); Max value from RGB is 240 - color contains mainly: red. Hex color #F08FC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08FC1 is #0F703E. Grayscale: #B1B1B1. Windows color (decimal): -1011775 or 12685296. OLE color: 12685296.

HSL color Cylindrical-coordinate representation of color #F08FC1: hue angle of 329.07º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F08FC1 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB240143193-
CMYK00.400.200.06
HSL329.07º76.38%75.1%-
HSV(B)329.07º40.42%94.12%-
XYZ55.3842.0255.64-
YUV177.7136.64172.43-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.67%
GREEN value IS 143 (56.25% from 255) = 24.83%
BLUE value IS 193 (75.78% from 255) = 33.51%
R=41.67%
G=24.83%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014319300.400.200.06329.0776.3875.1
HexF08FC10281461494c4b
Octal360217301050246511114113
Binary11110000100011111100000101010001010011010100100110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08FC1; }

 p { color: rgb(240,143,193); }

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

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

 a { background-color: rgb(240,143,193); }

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

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

 span { border-color: rgb(240,143,193); }

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