#F3838A

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

Shades of Carissma #F3838A

Tints of Carissma #F3838A

Color information

#F3838A (or 0xF3838A) is unknown color: approx Carissma. HEX triplet: F3, 83 and 8A. RGB value is (243,131,138). Sum of RGB (Red+Green+Blue) = 243+131+138=512 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.46% from 512); Green value is 131 (51.56% from 255 or 25.59% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 243 - color contains mainly: red. Hex color #F3838A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3838A is #0C7C75. Grayscale: #A5A5A5. Windows color (decimal): -818294 or 9077747. OLE color: 9077747.

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

Color convert

RGB243131138-
CMYK00.460.430.05
HSL356.25º82.35%73.33%-
HSV(B)356.25º46.09%95.29%-
XYZ49.6737.1228.59-
YUV165.29112.61183.43-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.46%
GREEN value IS 131 (51.56% from 255) = 25.59%
BLUE value IS 138 (54.30% from 255) = 26.95%
R=47.46%
G=25.59%
B=26.95%

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
Decimal24313113800.460.430.05356.2582.3573.33
HexF3838A02E2B51645249
Octal363203212056535544122111
Binary111100111000001110001010010111010101110110110010010100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3838A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3838A; }

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

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

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

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

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

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

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

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