#F87591

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

Shades of Carissma #F87591

Tints of Carissma #F87591

Color information

#F87591 (or 0xF87591) is unknown color: approx Carissma. HEX triplet: F8, 75 and 91. RGB value is (248,117,145). Sum of RGB (Red+Green+Blue) = 248+117+145=510 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.63% from 510); Green value is 117 (46.09% from 255 or 22.94% from 510); Blue value is 145 (57.03% from 255 or 28.43% from 510); Max value from RGB is 248 - color contains mainly: red. Hex color #F87591 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87591 is #078A6E. Grayscale: #9F9F9F. Windows color (decimal): -494191 or 9532920. OLE color: 9532920.

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

Color convert

RGB248117145-
CMYK00.530.420.03
HSL347.18º90.34%71.57%-
HSV(B)347.18º52.82%97.25%-
XYZ50.1834.7230.85-
YUV159.36119.9191.22-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 48.63%
GREEN value IS 117 (46.09% from 255) = 22.94%
BLUE value IS 145 (57.03% from 255) = 28.43%
R=48.63%
G=22.94%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811714500.530.420.03347.1890.3471.57
HexF875910352A315b5a48
Octal370165221065523533132110
Binary1111100011101011001000101101011010101110101101110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87591; }

 p { color: rgb(248,117,145); }

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

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

 a { background-color: rgb(248,117,145); }

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

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

 span { border-color: rgb(248,117,145); }

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