#F87792

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

Shades of Carissma #F87792

Tints of Carissma #F87792

Color information

#F87792 (or 0xF87792) is unknown color: approx Carissma. HEX triplet: F8, 77 and 92. RGB value is (248,119,146). Sum of RGB (Red+Green+Blue) = 248+119+146=513 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.34% from 513); Green value is 119 (46.88% from 255 or 23.20% from 513); Blue value is 146 (57.42% from 255 or 28.46% from 513); Max value from RGB is 248 - color contains mainly: red. Hex color #F87792 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87792 is #07886D. Grayscale: #A0A0A0. Windows color (decimal): -493678 or 9598968. OLE color: 9598968.

HSL color Cylindrical-coordinate representation of color #F87792: hue angle of 347.44º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F87792 is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.03.

Color convert

RGB248119146-
CMYK00.520.410.03
HSL347.44º90.21%71.96%-
HSV(B)347.44º52.02%97.25%-
XYZ50.535.2331.33-
YUV160.65119.74190.3-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 48.34%
GREEN value IS 119 (46.88% from 255) = 23.20%
BLUE value IS 146 (57.42% from 255) = 28.46%
R=48.34%
G=23.20%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.41
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811914600.520.410.03347.4490.2171.96
HexF8779203429315b5a48
Octal370167222064513533132110
Binary1111100011101111001001001101001010011110101101110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87792; }

 p { color: rgb(248,119,146); }

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

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

 a { background-color: rgb(248,119,146); }

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

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

 span { border-color: rgb(248,119,146); }

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