#F99BBF

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

Shades of Carnation Pink #F99BBF

Tints of Carnation Pink #F99BBF

Color information

#F99BBF (or 0xF99BBF) is unknown color: approx Carnation Pink. HEX triplet: F9, 9B and BF. RGB value is (249,155,191). Sum of RGB (Red+Green+Blue) = 249+155+191=595 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.85% from 595); Green value is 155 (60.94% from 255 or 26.05% from 595); Blue value is 191 (75% from 255 or 32.10% from 595); Max value from RGB is 249 - color contains mainly: red. Hex color #F99BBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99BBF is #066440. Grayscale: #BBBBBB. Windows color (decimal): -418881 or 12557305. OLE color: 12557305.

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

Color convert

RGB249155191-
CMYK00.380.230.02
HSL337.02º88.68%79.22%-
HSV(B)337.02º37.75%97.65%-
XYZ60.1947.3455.26-
YUV187.21130.14172.07-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.85%
GREEN value IS 155 (60.94% from 255) = 26.05%
BLUE value IS 191 (75% from 255) = 32.10%
R=41.85%
G=26.05%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915519100.380.230.02337.0288.6879.22
HexF99BBF026172151594f
Octal371233277046272521131117
Binary1111100110011011101111110100110101111010101000110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99BBF; }

 p { color: rgb(249,155,191); }

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

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

 a { background-color: rgb(249,155,191); }

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

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

 span { border-color: rgb(249,155,191); }

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