#F1838F

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

Shades of Carissma #F1838F

Tints of Carissma #F1838F

Color information

#F1838F (or 0xF1838F) is unknown color: approx Carissma. HEX triplet: F1, 83 and 8F. RGB value is (241,131,143). Sum of RGB (Red+Green+Blue) = 241+131+143=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 131 (51.56% from 255 or 25.44% from 515); Blue value is 143 (56.25% from 255 or 27.77% from 515); Max value from RGB is 241 - color contains mainly: red. Hex color #F1838F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1838F is #0E7C70. Grayscale: #A5A5A5. Windows color (decimal): -949361 or 9405425. OLE color: 9405425.

HSL color Cylindrical-coordinate representation of color #F1838F: hue angle of 353.45º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F1838F is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB241131143-
CMYK00.460.410.05
HSL353.45º79.71%72.94%-
HSV(B)353.45º45.64%94.51%-
XYZ49.3536.9230.51-
YUV165.26115.44182.02-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.80%
GREEN value IS 131 (51.56% from 255) = 25.44%
BLUE value IS 143 (56.25% from 255) = 27.77%
R=46.80%
G=25.44%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113114300.460.410.05353.4579.7172.94
HexF1838F02E2951615049
Octal361203217056515541120111
Binary111100011000001110001111010111010100110110110000110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1838F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1838F; }

 p { color: rgb(241,131,143); }

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

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

 a { background-color: rgb(241,131,143); }

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

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

 span { border-color: rgb(241,131,143); }

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