#F1759A

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

Shades of Carissma #F1759A

Tints of Carissma #F1759A

Color information

#F1759A (or 0xF1759A) is unknown color: approx Carissma. HEX triplet: F1, 75 and 9A. RGB value is (241,117,154). Sum of RGB (Red+Green+Blue) = 241+117+154=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 117 (46.09% from 255 or 22.85% from 512); Blue value is 154 (60.55% from 255 or 30.08% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F1759A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1759A is #0E8A65. Grayscale: #9E9E9E. Windows color (decimal): -952934 or 10122737. OLE color: 10122737.

HSL color Cylindrical-coordinate representation of color #F1759A: hue angle of 342.1º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F1759A is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB241117154-
CMYK00.510.360.05
HSL342.1º81.58%70.2%-
HSV(B)342.1º51.45%94.51%-
XYZ48.4733.7634.53-
YUV158.29125.58186.99-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.07%
GREEN value IS 117 (46.09% from 255) = 22.85%
BLUE value IS 154 (60.55% from 255) = 30.08%
R=47.07%
G=22.85%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111715400.510.360.05342.181.5870.2
HexF1759A0332451565246
Octal361165232063445526122106
Binary11110001111010110011010011001110010010110101011010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1759A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1759A; }

 p { color: rgb(241,117,154); }

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

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

 a { background-color: rgb(241,117,154); }

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

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

 span { border-color: rgb(241,117,154); }

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