#F38084

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

Shades of Carissma #F38084

Tints of Carissma #F38084

Color information

#F38084 (or 0xF38084) is unknown color: approx Carissma. HEX triplet: F3, 80 and 84. RGB value is (243,128,132). Sum of RGB (Red+Green+Blue) = 243+128+132=503 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.31% from 503); Green value is 128 (50.39% from 255 or 25.45% from 503); Blue value is 132 (51.95% from 255 or 26.24% from 503); Max value from RGB is 243 - color contains mainly: red. Hex color #F38084 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38084 is #0C7F7B. Grayscale: #A2A2A2. Windows color (decimal): -819068 or 8683763. OLE color: 8683763.

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

Color convert

RGB243128132-
CMYK00.470.460.05
HSL357.91º82.73%72.75%-
HSV(B)357.91º47.33%95.29%-
XYZ48.8536.1626.23-
YUV162.84110.6185.17-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.31%
GREEN value IS 128 (50.39% from 255) = 25.45%
BLUE value IS 132 (51.95% from 255) = 26.24%
R=48.31%
G=25.45%
B=26.24%

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
Decimal24312813200.470.460.05357.9182.7372.75
HexF3808402F2E51665349
Octal363200204057565546123111
Binary111100111000000010000100010111110111010110110011010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38084; }

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

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

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

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

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

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

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

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