#F69DC1

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

Shades of Carnation Pink #F69DC1

Tints of Carnation Pink #F69DC1

Color information

#F69DC1 (or 0xF69DC1) is unknown color: approx Carnation Pink. HEX triplet: F6, 9D and C1. RGB value is (246,157,193). Sum of RGB (Red+Green+Blue) = 246+157+193=596 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.28% from 596); Green value is 157 (61.72% from 255 or 26.34% from 596); Blue value is 193 (75.78% from 255 or 32.38% from 596); Max value from RGB is 246 - color contains mainly: red. Hex color #F69DC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69DC1 is #09623E. Grayscale: #BBBBBB. Windows color (decimal): -614975 or 12688886. OLE color: 12688886.

HSL color Cylindrical-coordinate representation of color #F69DC1: hue angle of 335.73º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F69DC1 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB246157193-
CMYK00.360.220.04
HSL335.73º83.18%79.02%-
HSV(B)335.73º36.18%96.47%-
XYZ59.6947.5656.49-
YUV187.72130.99169.57-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.28%
GREEN value IS 157 (61.72% from 255) = 26.34%
BLUE value IS 193 (75.78% from 255) = 32.38%
R=41.28%
G=26.34%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615719300.360.220.04335.7383.1879.02
HexF69DC1024164150534f
Octal366235301044264520123117
Binary11110110100111011100000101001001011010010101000010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69DC1; }

 p { color: rgb(246,157,193); }

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

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

 a { background-color: rgb(246,157,193); }

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

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

 span { border-color: rgb(246,157,193); }

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