#F1838A

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

Shades of Carissma #F1838A

Tints of Carissma #F1838A

Color information

#F1838A (or 0xF1838A) is unknown color: approx Carissma. HEX triplet: F1, 83 and 8A. RGB value is (241,131,138). Sum of RGB (Red+Green+Blue) = 241+131+138=510 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.25% from 510); Green value is 131 (51.56% from 255 or 25.69% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 241 - color contains mainly: red. Hex color #F1838A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1838A is #0E7C75. Grayscale: #A4A4A4. Windows color (decimal): -949366 or 9077745. OLE color: 9077745.

HSL color Cylindrical-coordinate representation of color #F1838A: hue angle of 356.18º 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 #F1838A is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB241131138-
CMYK00.460.430.05
HSL356.18º79.71%72.94%-
HSV(B)356.18º45.64%94.51%-
XYZ48.9836.7728.56-
YUV164.69112.94182.43-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.25%
GREEN value IS 131 (51.56% from 255) = 25.69%
BLUE value IS 138 (54.30% from 255) = 27.06%
R=47.25%
G=25.69%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113113800.460.430.05356.1879.7172.94
HexF1838A02E2B51645049
Octal361203212056535544120111
Binary111100011000001110001010010111010101110110110010010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1838A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1838A; }

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

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

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

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

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

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

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

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