#F87F8A

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

Shades of Carissma #F87F8A

Tints of Carissma #F87F8A

Color information

#F87F8A (or 0xF87F8A) is unknown color: approx Carissma. HEX triplet: F8, 7F and 8A. RGB value is (248,127,138). Sum of RGB (Red+Green+Blue) = 248+127+138=513 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.34% from 513); Green value is 127 (50% from 255 or 24.76% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 248 - color contains mainly: red. Hex color #F87F8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87F8A is #078075. Grayscale: #A4A4A4. Windows color (decimal): -491638 or 9076728. OLE color: 9076728.

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

Color convert

RGB248127138-
CMYK00.490.440.03
HSL354.55º89.63%73.53%-
HSV(B)354.55º48.79%97.25%-
XYZ50.8936.9728.5-
YUV164.43113.09187.61-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 48.34%
GREEN value IS 127 (50% from 255) = 24.76%
BLUE value IS 138 (54.30% from 255) = 26.90%
R=48.34%
G=24.76%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812713800.490.440.03354.5589.6373.53
HexF87F8A0312C31635a4a
Octal370177212061543543132112
Binary1111100011111111000101001100011011001110110001110110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87F8A; }

 p { color: rgb(248,127,138); }

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

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

 a { background-color: rgb(248,127,138); }

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

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

 span { border-color: rgb(248,127,138); }

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