#F9788A

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

Shades of Carissma #F9788A

Tints of Carissma #F9788A

Color information

#F9788A (or 0xF9788A) is unknown color: approx Carissma. HEX triplet: F9, 78 and 8A. RGB value is (249,120,138). Sum of RGB (Red+Green+Blue) = 249+120+138=507 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.11% from 507); Green value is 120 (47.27% from 255 or 23.67% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 249 - color contains mainly: red. Hex color #F9788A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9788A is #068775. Grayscale: #A0A0A0. Windows color (decimal): -427894 or 9074937. OLE color: 9074937.

HSL color Cylindrical-coordinate representation of color #F9788A: hue angle of 351.63º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F9788A is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB249120138-
CMYK00.520.450.02
HSL351.63º91.49%72.35%-
HSV(B)351.63º51.81%97.65%-
XYZ50.3735.4128.22-
YUV160.62115.24191.04-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.11%
GREEN value IS 120 (47.27% from 255) = 23.67%
BLUE value IS 138 (54.30% from 255) = 27.22%
R=49.11%
G=23.67%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912013800.520.450.02351.6391.4972.35
HexF9788A0342D21605b48
Octal371170212064552540133110
Binary1111100111110001000101001101001011011010110000010110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9788A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9788A; }

 p { color: rgb(249,120,138); }

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

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

 a { background-color: rgb(249,120,138); }

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

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

 span { border-color: rgb(249,120,138); }

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