#F87D88

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

Shades of Carissma #F87D88

Tints of Carissma #F87D88

Color information

#F87D88 (or 0xF87D88) is unknown color: approx Carissma. HEX triplet: F8, 7D and 88. RGB value is (248,125,136). Sum of RGB (Red+Green+Blue) = 248+125+136=509 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.72% from 509); Green value is 125 (49.22% from 255 or 24.56% from 509); Blue value is 136 (53.52% from 255 or 26.72% from 509); Max value from RGB is 248 - color contains mainly: red. Hex color #F87D88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87D88 is #078277. Grayscale: #A3A3A3. Windows color (decimal): -492152 or 8945144. OLE color: 8945144.

HSL color Cylindrical-coordinate representation of color #F87D88: hue angle of 354.63º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F87D88 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.03.

Color convert

RGB248125136-
CMYK00.500.450.03
HSL354.63º89.78%73.14%-
HSV(B)354.63º49.6%97.25%-
XYZ50.4936.427.66-
YUV163.03112.75188.61-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 48.72%
GREEN value IS 125 (49.22% from 255) = 24.56%
BLUE value IS 136 (53.52% from 255) = 26.72%
R=48.72%
G=24.56%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.45
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812513600.500.450.03354.6389.7873.14
HexF87D880322D31635a49
Octal370175210062553543132111
Binary1111100011111011000100001100101011011110110001110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87D88; }

 p { color: rgb(248,125,136); }

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

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

 a { background-color: rgb(248,125,136); }

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

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

 span { border-color: rgb(248,125,136); }

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