#F47D90

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

Shades of Carissma #F47D90

Tints of Carissma #F47D90

Color information

#F47D90 (or 0xF47D90) is unknown color: approx Carissma. HEX triplet: F4, 7D and 90. RGB value is (244,125,144). Sum of RGB (Red+Green+Blue) = 244+125+144=513 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.56% from 513); Green value is 125 (49.22% from 255 or 24.37% from 513); Blue value is 144 (56.64% from 255 or 28.07% from 513); Max value from RGB is 244 - color contains mainly: red. Hex color #F47D90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47D90 is #0B826F. Grayscale: #A2A2A2. Windows color (decimal): -754288 or 9469428. OLE color: 9469428.

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

Color convert

RGB244125144-
CMYK00.490.410.04
HSL350.42º84.4%72.35%-
HSV(B)350.42º48.77%95.69%-
XYZ49.6835.9130.7-
YUV162.75117.42185.96-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.56%
GREEN value IS 125 (49.22% from 255) = 24.37%
BLUE value IS 144 (56.64% from 255) = 28.07%
R=47.56%
G=24.37%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412514400.490.410.04350.4284.472.35
HexF47D9003129415e5448
Octal364175220061514536124110
Binary11110100111110110010000011000110100110010101111010101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47D90; }

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

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

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

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

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

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

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

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