#F5758F

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

Shades of Carissma #F5758F

Tints of Carissma #F5758F

Color information

#F5758F (or 0xF5758F) is unknown color: approx Carissma. HEX triplet: F5, 75 and 8F. RGB value is (245,117,143). Sum of RGB (Red+Green+Blue) = 245+117+143=505 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.51% from 505); Green value is 117 (46.09% from 255 or 23.17% from 505); Blue value is 143 (56.25% from 255 or 28.32% from 505); Max value from RGB is 245 - color contains mainly: red. Hex color #F5758F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5758F is #0A8A70. Grayscale: #9E9E9E. Windows color (decimal): -690801 or 9401845. OLE color: 9401845.

HSL color Cylindrical-coordinate representation of color #F5758F: hue angle of 347.81º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F5758F is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB245117143-
CMYK00.520.420.04
HSL347.81º86.49%70.98%-
HSV(B)347.81º52.24%96.08%-
XYZ48.9834.1229.99-
YUV158.24119.41189.89-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.51%
GREEN value IS 117 (46.09% from 255) = 23.17%
BLUE value IS 143 (56.25% from 255) = 28.32%
R=48.51%
G=23.17%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511714300.520.420.04347.8186.4970.98
HexF5758F0342A415c5647
Octal365165217064524534126107
Binary11110101111010110001111011010010101010010101110010101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5758F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5758F; }

 p { color: rgb(245,117,143); }

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

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

 a { background-color: rgb(245,117,143); }

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

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

 span { border-color: rgb(245,117,143); }

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