#FF98CF

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

Shades of Carnation Pink #FF98CF

Tints of Carnation Pink #FF98CF

Color information

#FF98CF (or 0xFF98CF) is unknown color: approx Carnation Pink. HEX triplet: FF, 98 and CF. RGB value is (255,152,207). Sum of RGB (Red+Green+Blue) = 255+152+207=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 152 (59.77% from 255 or 24.76% from 614); Blue value is 207 (81.25% from 255 or 33.71% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FF98CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF98CF is #006730. Grayscale: #BCBCBC. Windows color (decimal): -26417 or 13605119. OLE color: 13605119.

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

Color convert

RGB255152207-
CMYK00.400.190
HSL327.96º100%79.8%-
HSV(B)327.96º40.39%100%-
XYZ63.7348.2264.98-
YUV189.07138.12175.03-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.53%
GREEN value IS 152 (59.77% from 255) = 24.76%
BLUE value IS 207 (81.25% from 255) = 33.71%
R=41.53%
G=24.76%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515220700.400.190327.9610079.8
HexFF98CF0281301486450
Octal377230317050230510144120
Binary111111111001100011001111010100010011010100100011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF98CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF98CF; }

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

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

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

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

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

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

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

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