#FF97CA

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

Shades of Carnation Pink #FF97CA

Tints of Carnation Pink #FF97CA

Color information

#FF97CA (or 0xFF97CA) is unknown color: approx Carnation Pink. HEX triplet: FF, 97 and CA. RGB value is (255,151,202). Sum of RGB (Red+Green+Blue) = 255+151+202=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 151 (59.38% from 255 or 24.84% from 608); Blue value is 202 (79.30% from 255 or 33.22% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FF97CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF97CA is #006835. Grayscale: #BBBBBB. Windows color (decimal): -26678 or 13277183. OLE color: 13277183.

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

Color convert

RGB255151202-
CMYK00.410.210
HSL330.58º100%79.61%-
HSV(B)330.58º40.78%100%-
XYZ62.9747.6661.76-
YUV187.91135.96175.85-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.94%
GREEN value IS 151 (59.38% from 255) = 24.84%
BLUE value IS 202 (79.30% from 255) = 33.22%
R=41.94%
G=24.84%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515120200.410.210330.5810079.61
HexFF97CA02915014b6450
Octal377227312051250513144120
Binary111111111001011111001010010100110101010100101111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF97CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF97CA; }

 p { color: rgb(255,151,202); }

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

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

 a { background-color: rgb(255,151,202); }

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

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

 span { border-color: rgb(255,151,202); }

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