#F4828F

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

Shades of Carissma #F4828F

Tints of Carissma #F4828F

Color information

#F4828F (or 0xF4828F) is unknown color: approx Carissma. HEX triplet: F4, 82 and 8F. RGB value is (244,130,143). Sum of RGB (Red+Green+Blue) = 244+130+143=517 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.20% from 517); Green value is 130 (51.17% from 255 or 25.15% from 517); Blue value is 143 (56.25% from 255 or 27.66% from 517); Max value from RGB is 244 - color contains mainly: red. Hex color #F4828F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4828F is #0B7D70. Grayscale: #A5A5A5. Windows color (decimal): -753009 or 9405172. OLE color: 9405172.

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

Color convert

RGB244130143-
CMYK00.470.410.04
HSL353.16º83.82%73.33%-
HSV(B)353.16º46.72%95.69%-
XYZ50.2537.1830.51-
YUV165.57115.27183.94-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.20%
GREEN value IS 130 (51.17% from 255) = 25.15%
BLUE value IS 143 (56.25% from 255) = 27.66%
R=47.20%
G=25.15%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413014300.470.410.04353.1683.8273.33
HexF4828F02F2941615449
Octal364202217057514541124111
Binary111101001000001010001111010111110100110010110000110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4828F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4828F; }

 p { color: rgb(244,130,143); }

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

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

 a { background-color: rgb(244,130,143); }

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

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

 span { border-color: rgb(244,130,143); }

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