#FF95CF

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

Shades of Carnation Pink #FF95CF

Tints of Carnation Pink #FF95CF

Color information

#FF95CF (or 0xFF95CF) is unknown color: approx Carnation Pink. HEX triplet: FF, 95 and CF. RGB value is (255,149,207). Sum of RGB (Red+Green+Blue) = 255+149+207=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 149 (58.59% from 255 or 24.39% from 611); Blue value is 207 (81.25% from 255 or 33.88% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FF95CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF95CF is #006A30. Grayscale: #BBBBBB. Windows color (decimal): -27185 or 13604351. OLE color: 13604351.

HSL color Cylindrical-coordinate representation of color #FF95CF: hue angle of 327.17º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FF95CF is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB255149207-
CMYK00.420.190
HSL327.17º100%79.22%-
HSV(B)327.17º41.57%100%-
XYZ63.2547.2664.82-
YUV187.31139.12176.28-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.73%
GREEN value IS 149 (58.59% from 255) = 24.39%
BLUE value IS 207 (81.25% from 255) = 33.88%
R=41.73%
G=24.39%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514920700.420.190327.1710079.22
HexFF95CF02A130147644f
Octal377225317052230507144117
Binary111111111001010111001111010101010011010100011111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF95CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF95CF; }

 p { color: rgb(255,149,207); }

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

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

 a { background-color: rgb(255,149,207); }

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

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

 span { border-color: rgb(255,149,207); }

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