#F3829B

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

Shades of Carissma #F3829B

Tints of Carissma #F3829B

Color information

#F3829B (or 0xF3829B) is unknown color: approx Carissma. HEX triplet: F3, 82 and 9B. RGB value is (243,130,155). Sum of RGB (Red+Green+Blue) = 243+130+155=528 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.02% from 528); Green value is 130 (51.17% from 255 or 24.62% from 528); Blue value is 155 (60.94% from 255 or 29.36% from 528); Max value from RGB is 243 - color contains mainly: red. Hex color #F3829B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3829B is #0C7D64. Grayscale: #A6A6A6. Windows color (decimal): -818533 or 10191603. OLE color: 10191603.

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

Color convert

RGB243130155-
CMYK00.470.360.05
HSL346.73º82.48%73.14%-
HSV(B)346.73º46.5%95.29%-
XYZ50.8637.3935.55-
YUV166.64121.44182.47-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.02%
GREEN value IS 130 (51.17% from 255) = 24.62%
BLUE value IS 155 (60.94% from 255) = 29.36%
R=46.02%
G=24.62%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313015500.470.360.05346.7382.4873.14
HexF3829B02F24515b5249
Octal363202233057445533122111
Binary111100111000001010011011010111110010010110101101110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3829B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3829B; }

 p { color: rgb(243,130,155); }

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

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

 a { background-color: rgb(243,130,155); }

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

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

 span { border-color: rgb(243,130,155); }

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