#F99ACF

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

Shades of Carnation Pink #F99ACF

Tints of Carnation Pink #F99ACF

Color information

#F99ACF (or 0xF99ACF) is unknown color: approx Carnation Pink. HEX triplet: F9, 9A and CF. RGB value is (249,154,207). Sum of RGB (Red+Green+Blue) = 249+154+207=610 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.82% from 610); Green value is 154 (60.55% from 255 or 25.25% from 610); Blue value is 207 (81.25% from 255 or 33.93% from 610); Max value from RGB is 249 - color contains mainly: red. Hex color #F99ACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99ACF is #066530. Grayscale: #BCBCBC. Windows color (decimal): -419121 or 13605625. OLE color: 13605625.

HSL color Cylindrical-coordinate representation of color #F99ACF: hue angle of 326.53º 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 #F99ACF is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB249154207-
CMYK00.380.170.02
HSL326.53º88.79%79.02%-
HSV(B)326.53º38.15%97.65%-
XYZ61.8947.7664.99-
YUV188.45138.47171.19-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.82%
GREEN value IS 154 (60.55% from 255) = 25.25%
BLUE value IS 207 (81.25% from 255) = 33.93%
R=40.82%
G=25.25%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915420700.380.170.02326.5388.7979.02
HexF99ACF026112147594f
Octal371232317046212507131117
Binary1111100110011010110011110100110100011010100011110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99ACF; }

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

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

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

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

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

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

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

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