#F1A7C5

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

Shades of Carnation Pink #F1A7C5

Tints of Carnation Pink #F1A7C5

Color information

#F1A7C5 (or 0xF1A7C5) is unknown color: approx Carnation Pink. HEX triplet: F1, A7 and C5. RGB value is (241,167,197). Sum of RGB (Red+Green+Blue) = 241+167+197=605 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.83% from 605); Green value is 167 (65.62% from 255 or 27.60% from 605); Blue value is 197 (77.34% from 255 or 32.56% from 605); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A7C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A7C5 is #0E583A. Grayscale: #C0C0C0. Windows color (decimal): -940091 or 12953585. OLE color: 12953585.

HSL color Cylindrical-coordinate representation of color #F1A7C5: hue angle of 335.68º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F1A7C5 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB241167197-
CMYK00.310.180.05
HSL335.68º72.55%80%-
HSV(B)335.68º30.71%94.51%-
XYZ60.1750.3759.37-
YUV192.55130.52162.56-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.83%
GREEN value IS 167 (65.62% from 255) = 27.60%
BLUE value IS 197 (77.34% from 255) = 32.56%
R=39.83%
G=27.60%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116719700.310.180.05335.6872.5580
HexF1A7C501F1251504950
Octal361247305037225520111120
Binary1111000110100111110001010111111001010110101000010010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A7C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A7C5; }

 p { color: rgb(241,167,197); }

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

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

 a { background-color: rgb(241,167,197); }

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

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

 span { border-color: rgb(241,167,197); }

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