#F97E8A

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

Shades of Carissma #F97E8A

Tints of Carissma #F97E8A

Color information

#F97E8A (or 0xF97E8A) is unknown color: approx Carissma. HEX triplet: F9, 7E and 8A. RGB value is (249,126,138). Sum of RGB (Red+Green+Blue) = 249+126+138=513 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.54% from 513); Green value is 126 (49.61% from 255 or 24.56% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 249 - color contains mainly: red. Hex color #F97E8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97E8A is #068175. Grayscale: #A4A4A4. Windows color (decimal): -426358 or 9076473. OLE color: 9076473.

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

Color convert

RGB249126138-
CMYK00.490.450.02
HSL354.15º91.11%73.53%-
HSV(B)354.15º49.4%97.65%-
XYZ51.1236.928.47-
YUV164.14113.25188.52-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.54%
GREEN value IS 126 (49.61% from 255) = 24.56%
BLUE value IS 138 (54.30% from 255) = 26.90%
R=48.54%
G=24.56%
B=26.90%

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
Decimal24912613800.490.450.02354.1591.1173.53
HexF97E8A0312D21625b4a
Octal371176212061552542133112
Binary1111100111111101000101001100011011011010110001010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97E8A; }

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

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

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

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

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

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

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

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