#F78083

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

Shades of Carissma #F78083

Tints of Carissma #F78083

Color information

#F78083 (or 0xF78083) is unknown color: approx Carissma. HEX triplet: F7, 80 and 83. RGB value is (247,128,131). Sum of RGB (Red+Green+Blue) = 247+128+131=506 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.81% from 506); Green value is 128 (50.39% from 255 or 25.30% from 506); Blue value is 131 (51.56% from 255 or 25.89% from 506); Max value from RGB is 247 - color contains mainly: red. Hex color #F78083 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F78083 is #087F7C. Grayscale: #A4A4A4. Windows color (decimal): -556925 or 8618231. OLE color: 8618231.

HSL color Cylindrical-coordinate representation of color #F78083: hue angle of 358.49º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F78083 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB247128131-
CMYK00.480.470.03
HSL358.49º88.15%73.53%-
HSV(B)358.49º48.18%96.86%-
XYZ50.1736.8525.94-
YUV163.92109.42187.26-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 48.81%
GREEN value IS 128 (50.39% from 255) = 25.30%
BLUE value IS 131 (51.56% from 255) = 25.89%
R=48.81%
G=25.30%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.47
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712813100.480.470.03358.4988.1573.53
HexF780830302F3166584a
Octal367200203060573546130112
Binary11110111100000001000001101100001011111110110011010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78083; }

 p { color: rgb(247,128,131); }

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

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

 a { background-color: rgb(247,128,131); }

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

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

 span { border-color: rgb(247,128,131); }

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