#F97D87

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

Shades of Carissma #F97D87

Tints of Carissma #F97D87

Color information

#F97D87 (or 0xF97D87) is unknown color: approx Carissma. HEX triplet: F9, 7D and 87. RGB value is (249,125,135). Sum of RGB (Red+Green+Blue) = 249+125+135=509 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.92% from 509); Green value is 125 (49.22% from 255 or 24.56% from 509); Blue value is 135 (53.12% from 255 or 26.52% from 509); Max value from RGB is 249 - color contains mainly: red. Hex color #F97D87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97D87 is #068278. Grayscale: #A3A3A3. Windows color (decimal): -426617 or 8879609. OLE color: 8879609.

HSL color Cylindrical-coordinate representation of color #F97D87: hue angle of 355.16º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F97D87 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB249125135-
CMYK00.500.460.02
HSL355.16º91.18%73.33%-
HSV(B)355.16º49.8%97.65%-
XYZ50.7736.5627.3-
YUV163.22112.08189.19-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.92%
GREEN value IS 125 (49.22% from 255) = 24.56%
BLUE value IS 135 (53.12% from 255) = 26.52%
R=48.92%
G=24.56%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912513500.500.460.02355.1691.1873.33
HexF97D870322E21635b49
Octal371175207062562543133111
Binary1111100111111011000011101100101011101010110001110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97D87; }

 p { color: rgb(249,125,135); }

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

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

 a { background-color: rgb(249,125,135); }

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

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

 span { border-color: rgb(249,125,135); }

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