#F97C8F

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

Shades of Carissma #F97C8F

Tints of Carissma #F97C8F

Color information

#F97C8F (or 0xF97C8F) is unknown color: approx Carissma. HEX triplet: F9, 7C and 8F. RGB value is (249,124,143). Sum of RGB (Red+Green+Blue) = 249+124+143=516 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.26% from 516); Green value is 124 (48.83% from 255 or 24.03% from 516); Blue value is 143 (56.25% from 255 or 27.71% from 516); Max value from RGB is 249 - color contains mainly: red. Hex color #F97C8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97C8F is #068370. Grayscale: #A3A3A3. Windows color (decimal): -426865 or 9403641. OLE color: 9403641.

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

Color convert

RGB249124143-
CMYK00.500.430.02
HSL350.88º91.24%73.14%-
HSV(B)350.88º50.2%97.65%-
XYZ51.2336.5430.34-
YUV163.54116.41188.96-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.26%
GREEN value IS 124 (48.83% from 255) = 24.03%
BLUE value IS 143 (56.25% from 255) = 27.71%
R=48.26%
G=24.03%
B=27.71%

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
Decimal24912414300.500.430.02350.8891.2473.14
HexF97C8F0322B215f5b49
Octal371174217062532537133111
Binary1111100111111001000111101100101010111010101111110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97C8F; }

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

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

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

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

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

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

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

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