#F3808A

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

Shades of Carissma #F3808A

Tints of Carissma #F3808A

Color information

#F3808A (or 0xF3808A) is unknown color: approx Carissma. HEX triplet: F3, 80 and 8A. RGB value is (243,128,138). Sum of RGB (Red+Green+Blue) = 243+128+138=509 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.74% from 509); Green value is 128 (50.39% from 255 or 25.15% from 509); Blue value is 138 (54.30% from 255 or 27.11% from 509); Max value from RGB is 243 - color contains mainly: red. Hex color #F3808A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3808A is #0C7F75. Grayscale: #A3A3A3. Windows color (decimal): -819062 or 9076979. OLE color: 9076979.

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

Color convert

RGB243128138-
CMYK00.470.430.05
HSL354.78º82.73%72.75%-
HSV(B)354.78º47.33%95.29%-
XYZ49.2736.3328.46-
YUV163.52113.6184.69-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.74%
GREEN value IS 128 (50.39% from 255) = 25.15%
BLUE value IS 138 (54.30% from 255) = 27.11%
R=47.74%
G=25.15%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312813800.470.430.05354.7882.7372.75
HexF3808A02F2B51635349
Octal363200212057535543123111
Binary111100111000000010001010010111110101110110110001110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3808A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3808A; }

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

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

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

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

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

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

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

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