#F69ACA

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

Shades of Carnation Pink #F69ACA

Tints of Carnation Pink #F69ACA

Color information

#F69ACA (or 0xF69ACA) is unknown color: approx Carnation Pink. HEX triplet: F6, 9A and CA. RGB value is (246,154,202). Sum of RGB (Red+Green+Blue) = 246+154+202=602 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.86% from 602); Green value is 154 (60.55% from 255 or 25.58% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 246 - color contains mainly: red. Hex color #F69ACA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69ACA is #096535. Grayscale: #BABABA. Windows color (decimal): -615734 or 13277942. OLE color: 13277942.

HSL color Cylindrical-coordinate representation of color #F69ACA: hue angle of 328.7º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F69ACA is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB246154202-
CMYK00.370.180.04
HSL328.7º83.64%78.43%-
HSV(B)328.7º37.4%96.47%-
XYZ60.2246.9761.77-
YUV186.98136.48170.1-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.86%
GREEN value IS 154 (60.55% from 255) = 25.58%
BLUE value IS 202 (79.30% from 255) = 33.55%
R=40.86%
G=25.58%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615420200.370.180.04328.783.6478.43
HexF69ACA025124149544e
Octal366232312045224511124116
Binary11110110100110101100101001001011001010010100100110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69ACA; }

 p { color: rgb(246,154,202); }

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

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

 a { background-color: rgb(246,154,202); }

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

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

 span { border-color: rgb(246,154,202); }

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