#F47F8E

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

Shades of Carissma #F47F8E

Tints of Carissma #F47F8E

Color information

#F47F8E (or 0xF47F8E) is unknown color: approx Carissma. HEX triplet: F4, 7F and 8E. RGB value is (244,127,142). Sum of RGB (Red+Green+Blue) = 244+127+142=513 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.56% from 513); Green value is 127 (50% from 255 or 24.76% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 244 - color contains mainly: red. Hex color #F47F8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47F8E is #0B8071. Grayscale: #A3A3A3. Windows color (decimal): -753778 or 9338868. OLE color: 9338868.

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

Color convert

RGB244127142-
CMYK00.480.420.04
HSL352.31º84.17%72.75%-
HSV(B)352.31º47.95%95.69%-
XYZ49.7836.3629.99-
YUV163.69115.76185.28-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.56%
GREEN value IS 127 (50% from 255) = 24.76%
BLUE value IS 142 (55.86% from 255) = 27.68%
R=47.56%
G=24.76%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412714200.480.420.04352.3184.1772.75
HexF47F8E0302A41605449
Octal364177216060524540124111
Binary11110100111111110001110011000010101010010110000010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47F8E; }

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

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

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

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

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

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

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

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