#F47D8A

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

Shades of Carissma #F47D8A

Tints of Carissma #F47D8A

Color information

#F47D8A (or 0xF47D8A) is unknown color: approx Carissma. HEX triplet: F4, 7D and 8A. RGB value is (244,125,138). Sum of RGB (Red+Green+Blue) = 244+125+138=507 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.13% from 507); Green value is 125 (49.22% from 255 or 24.65% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 244 - color contains mainly: red. Hex color #F47D8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47D8A is #0B8275. Grayscale: #A2A2A2. Windows color (decimal): -754294 or 9076212. OLE color: 9076212.

HSL color Cylindrical-coordinate representation of color #F47D8A: hue angle of 353.45º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F47D8A is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB244125138-
CMYK00.490.430.04
HSL353.45º84.4%72.35%-
HSV(B)353.45º48.77%95.69%-
XYZ49.2335.7428.35-
YUV162.06114.42186.44-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.13%
GREEN value IS 125 (49.22% from 255) = 24.65%
BLUE value IS 138 (54.30% from 255) = 27.22%
R=48.13%
G=24.65%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412513800.490.430.04353.4584.472.35
HexF47D8A0312B41615448
Octal364175212061534541124110
Binary11110100111110110001010011000110101110010110000110101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47D8A; }

 p { color: rgb(244,125,138); }

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

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

 a { background-color: rgb(244,125,138); }

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

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

 span { border-color: rgb(244,125,138); }

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