#F38083

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

Shades of Carissma #F38083

Tints of Carissma #F38083

Color information

#F38083 (or 0xF38083) is unknown color: approx Carissma. HEX triplet: F3, 80 and 83. RGB value is (243,128,131). Sum of RGB (Red+Green+Blue) = 243+128+131=502 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.41% from 502); Green value is 128 (50.39% from 255 or 25.50% from 502); Blue value is 131 (51.56% from 255 or 26.10% from 502); Max value from RGB is 243 - color contains mainly: red. Hex color #F38083 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38083 is #0C7F7C. Grayscale: #A2A2A2. Windows color (decimal): -819069 or 8618227. OLE color: 8618227.

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

Color convert

RGB243128131-
CMYK00.470.460.05
HSL358.43º82.73%72.75%-
HSV(B)358.43º47.33%95.29%-
XYZ48.7836.1325.88-
YUV162.73110.1185.26-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.41%
GREEN value IS 128 (50.39% from 255) = 25.50%
BLUE value IS 131 (51.56% from 255) = 26.10%
R=48.41%
G=25.50%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312813100.470.460.05358.4382.7372.75
HexF3808302F2E51665349
Octal363200203057565546123111
Binary111100111000000010000011010111110111010110110011010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38083; }

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

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

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

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

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

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

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

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