#F47F95

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

Shades of Carissma #F47F95

Tints of Carissma #F47F95

Color information

#F47F95 (or 0xF47F95) is unknown color: approx Carissma. HEX triplet: F4, 7F and 95. RGB value is (244,127,149). Sum of RGB (Red+Green+Blue) = 244+127+149=520 (68% of max value = 765). Red value is 244 (95.70% from 255 or 46.92% from 520); Green value is 127 (50% from 255 or 24.42% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 244 - color contains mainly: red. Hex color #F47F95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47F95 is #0B806A. Grayscale: #A4A4A4. Windows color (decimal): -753771 or 9797620. OLE color: 9797620.

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

Color convert

RGB244127149-
CMYK00.480.390.04
HSL348.72º84.17%72.75%-
HSV(B)348.72º47.95%95.69%-
XYZ50.3236.5832.84-
YUV164.49119.26184.71-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.92%
GREEN value IS 127 (50% from 255) = 24.42%
BLUE value IS 149 (58.59% from 255) = 28.65%
R=46.92%
G=24.42%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412714900.480.390.04348.7284.1772.75
HexF47F9503027415d5449
Octal364177225060474535124111
Binary11110100111111110010101011000010011110010101110110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47F95; }

 p { color: rgb(244,127,149); }

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

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

 a { background-color: rgb(244,127,149); }

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

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

 span { border-color: rgb(244,127,149); }

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