#F97F8A

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

Shades of Carissma #F97F8A

Tints of Carissma #F97F8A

Color information

#F97F8A (or 0xF97F8A) is unknown color: approx Carissma. HEX triplet: F9, 7F and 8A. RGB value is (249,127,138). Sum of RGB (Red+Green+Blue) = 249+127+138=514 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.44% from 514); Green value is 127 (50% from 255 or 24.71% from 514); Blue value is 138 (54.30% from 255 or 26.85% from 514); Max value from RGB is 249 - color contains mainly: red. Hex color #F97F8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97F8A is #068075. Grayscale: #A4A4A4. Windows color (decimal): -426102 or 9076729. OLE color: 9076729.

HSL color Cylindrical-coordinate representation of color #F97F8A: hue angle of 354.59º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F97F8A is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB249127138-
CMYK00.490.450.02
HSL354.59º91.04%73.73%-
HSV(B)354.59º49%97.65%-
XYZ51.2437.1528.52-
YUV164.73112.92188.11-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.44%
GREEN value IS 127 (50% from 255) = 24.71%
BLUE value IS 138 (54.30% from 255) = 26.85%
R=48.44%
G=24.71%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912713800.490.450.02354.5991.0473.73
HexF97F8A0312D21635b4a
Octal371177212061552543133112
Binary1111100111111111000101001100011011011010110001110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97F8A; }

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

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

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

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

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

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

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

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