#F38283

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

Shades of Carissma #F38283

Tints of Carissma #F38283

Color information

#F38283 (or 0xF38283) is unknown color: approx Carissma. HEX triplet: F3, 82 and 83. RGB value is (243,130,131). Sum of RGB (Red+Green+Blue) = 243+130+131=504 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.21% from 504); Green value is 130 (51.17% from 255 or 25.79% from 504); Blue value is 131 (51.56% from 255 or 25.99% from 504); Max value from RGB is 243 - color contains mainly: red. Hex color #F38283 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38283 is #0C7D7C. Grayscale: #A4A4A4. Windows color (decimal): -818557 or 8618739. OLE color: 8618739.

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

Color convert

RGB243130131-
CMYK00.470.460.05
HSL359.47º82.48%73.14%-
HSV(B)359.47º46.5%95.29%-
XYZ49.0436.6625.96-
YUV163.9109.44184.42-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.21%
GREEN value IS 130 (51.17% from 255) = 25.79%
BLUE value IS 131 (51.56% from 255) = 25.99%
R=48.21%
G=25.79%
B=25.99%

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
Decimal24313013100.470.460.05359.4782.4873.14
HexF3828302F2E51675249
Octal363202203057565547122111
Binary111100111000001010000011010111110111010110110011110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38283; }

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

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

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

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

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

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

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

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