#F47A92

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

Shades of Carissma #F47A92

Tints of Carissma #F47A92

Color information

#F47A92 (or 0xF47A92) is unknown color: approx Carissma. HEX triplet: F4, 7A and 92. RGB value is (244,122,146). Sum of RGB (Red+Green+Blue) = 244+122+146=512 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.66% from 512); Green value is 122 (48.05% from 255 or 23.83% from 512); Blue value is 146 (57.42% from 255 or 28.52% from 512); Max value from RGB is 244 - color contains mainly: red. Hex color #F47A92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47A92 is #0B856D. Grayscale: #A1A1A1. Windows color (decimal): -755054 or 9599732. OLE color: 9599732.

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

Color convert

RGB244122146-
CMYK00.50.400.04
HSL348.2º84.72%71.76%-
HSV(B)348.2º50%95.69%-
XYZ49.4635.2331.39-
YUV161.21119.42187.05-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.66%
GREEN value IS 122 (48.05% from 255) = 23.83%
BLUE value IS 146 (57.42% from 255) = 28.52%
R=47.66%
G=23.83%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412214600.50.400.04348.284.7271.76
HexF47A9203228415c5548
Octal364172222062504534125110
Binary11110100111101010010010011001010100010010101110010101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47A92; }

 p { color: rgb(244,122,146); }

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

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

 a { background-color: rgb(244,122,146); }

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

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

 span { border-color: rgb(244,122,146); }

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