#F97C8D

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

Shades of Carissma #F97C8D

Tints of Carissma #F97C8D

Color information

#F97C8D (or 0xF97C8D) is unknown color: approx Carissma. HEX triplet: F9, 7C and 8D. RGB value is (249,124,141). Sum of RGB (Red+Green+Blue) = 249+124+141=514 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.44% from 514); Green value is 124 (48.83% from 255 or 24.12% from 514); Blue value is 141 (55.47% from 255 or 27.43% from 514); Max value from RGB is 249 - color contains mainly: red. Hex color #F97C8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97C8D is #068372. Grayscale: #A3A3A3. Windows color (decimal): -426867 or 9272569. OLE color: 9272569.

HSL color Cylindrical-coordinate representation of color #F97C8D: hue angle of 351.84º 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 #F97C8D is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB249124141-
CMYK00.500.430.02
HSL351.84º91.24%73.14%-
HSV(B)351.84º50.2%97.65%-
XYZ51.0836.4829.55-
YUV163.31115.41189.12-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.44%
GREEN value IS 124 (48.83% from 255) = 24.12%
BLUE value IS 141 (55.47% from 255) = 27.43%
R=48.44%
G=24.12%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912414100.500.430.02351.8491.2473.14
HexF97C8D0322B21605b49
Octal371174215062532540133111
Binary1111100111111001000110101100101010111010110000010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97C8D; }

 p { color: rgb(249,124,141); }

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

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

 a { background-color: rgb(249,124,141); }

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

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

 span { border-color: rgb(249,124,141); }

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