#F814C4

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

Shades of Shocking Pink #F814C4

Tints of Shocking Pink #F814C4

Color information

#F814C4 (or 0xF814C4) is unknown color: approx Shocking Pink. HEX triplet: F8, 14 and C4. RGB value is (248,20,196). Sum of RGB (Red+Green+Blue) = 248+20+196=464 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.45% from 464); Green value is 20 (8.20% from 255 or 4.31% from 464); Blue value is 196 (76.95% from 255 or 42.24% from 464); Max value from RGB is 248 - color contains mainly: red. Hex color #F814C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F814C4 is #07EB3B. Grayscale: #6B6B6B. Windows color (decimal): -518972 or 12850424. OLE color: 12850424.

HSL color Cylindrical-coordinate representation of color #F814C4: hue angle of 313.68º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F814C4 is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB24820196-
CMYK00.920.210.03
HSL313.68º94.21%52.55%-
HSV(B)313.68º91.94%97.25%-
XYZ48.9324.4454.36-
YUV108.24177.54227.69-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 53.45%
GREEN value IS 20 (8.20% from 255) = 4.31%
BLUE value IS 196 (76.95% from 255) = 42.24%
R=53.45%
G=4.31%
B=42.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482019600.920.210.03313.6894.2152.55
HexF814C405C15313a5e35
Octal37024304013425347213665
Binary1111100010100110001000101110010101111001110101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F814C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F814C4; }

 p { color: rgb(248,20,196); }

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

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

 a { background-color: rgb(248,20,196); }

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

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

 span { border-color: rgb(248,20,196); }

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