#F5828B

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

Shades of Carissma #F5828B

Tints of Carissma #F5828B

Color information

#F5828B (or 0xF5828B) is unknown color: approx Carissma. HEX triplet: F5, 82 and 8B. RGB value is (245,130,139). Sum of RGB (Red+Green+Blue) = 245+130+139=514 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.67% from 514); Green value is 130 (51.17% from 255 or 25.29% from 514); Blue value is 139 (54.69% from 255 or 27.04% from 514); Max value from RGB is 245 - color contains mainly: red. Hex color #F5828B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5828B is #0A7D74. Grayscale: #A5A5A5. Windows color (decimal): -687477 or 9143029. OLE color: 9143029.

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

Color convert

RGB245130139-
CMYK00.470.430.04
HSL355.3º85.19%73.53%-
HSV(B)355.3º46.94%96.08%-
XYZ50.337.2428.96-
YUV165.41113.1184.77-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.67%
GREEN value IS 130 (51.17% from 255) = 25.29%
BLUE value IS 139 (54.69% from 255) = 27.04%
R=47.67%
G=25.29%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513013900.470.430.04355.385.1973.53
HexF5828B02F2B4163554a
Octal365202213057534543125112
Binary111101011000001010001011010111110101110010110001110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5828B; }

 p { color: rgb(245,130,139); }

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

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

 a { background-color: rgb(245,130,139); }

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

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

 span { border-color: rgb(245,130,139); }

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