#F99AC4

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

Shades of Carnation Pink #F99AC4

Tints of Carnation Pink #F99AC4

Color information

#F99AC4 (or 0xF99AC4) is unknown color: approx Carnation Pink. HEX triplet: F9, 9A and C4. RGB value is (249,154,196). Sum of RGB (Red+Green+Blue) = 249+154+196=599 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.57% from 599); Green value is 154 (60.55% from 255 or 25.71% from 599); Blue value is 196 (76.95% from 255 or 32.72% from 599); Max value from RGB is 249 - color contains mainly: red. Hex color #F99AC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99AC4 is #06653B. Grayscale: #BBBBBB. Windows color (decimal): -419132 or 12884729. OLE color: 12884729.

HSL color Cylindrical-coordinate representation of color #F99AC4: hue angle of 333.47º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F99AC4 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB249154196-
CMYK00.380.210.02
HSL333.47º88.79%79.02%-
HSV(B)333.47º38.15%97.65%-
XYZ60.5947.2458.15-
YUV187.19132.97172.08-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.57%
GREEN value IS 154 (60.55% from 255) = 25.71%
BLUE value IS 196 (76.95% from 255) = 32.72%
R=41.57%
G=25.71%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915419600.380.210.02333.4788.7979.02
HexF99AC402615214d594f
Octal371232304046252515131117
Binary1111100110011010110001000100110101011010100110110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99AC4; }

 p { color: rgb(249,154,196); }

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

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

 a { background-color: rgb(249,154,196); }

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

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

 span { border-color: rgb(249,154,196); }

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