#F998CF

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

Shades of Carnation Pink #F998CF

Tints of Carnation Pink #F998CF

Color information

#F998CF (or 0xF998CF) is unknown color: approx Carnation Pink. HEX triplet: F9, 98 and CF. RGB value is (249,152,207). Sum of RGB (Red+Green+Blue) = 249+152+207=608 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.95% from 608); Green value is 152 (59.77% from 255 or 25% from 608); Blue value is 207 (81.25% from 255 or 34.05% from 608); Max value from RGB is 249 - color contains mainly: red. Hex color #F998CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F998CF is #066730. Grayscale: #BBBBBB. Windows color (decimal): -419633 or 13605113. OLE color: 13605113.

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

Color convert

RGB249152207-
CMYK00.390.170.02
HSL325.98º88.99%78.63%-
HSV(B)325.98º38.96%97.65%-
XYZ61.5647.164.88-
YUV187.27139.14172.03-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.95%
GREEN value IS 152 (59.77% from 255) = 25%
BLUE value IS 207 (81.25% from 255) = 34.05%
R=40.95%
G=25%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915220700.390.170.02325.9888.9978.63
HexF998CF027112146594f
Octal371230317047212506131117
Binary1111100110011000110011110100111100011010100011010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F998CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F998CF; }

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

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

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

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

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

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

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

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