#F38190

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

Shades of Carissma #F38190

Tints of Carissma #F38190

Color information

#F38190 (or 0xF38190) is unknown color: approx Carissma. HEX triplet: F3, 81 and 90. RGB value is (243,129,144). Sum of RGB (Red+Green+Blue) = 243+129+144=516 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.09% from 516); Green value is 129 (50.78% from 255 or 25% from 516); Blue value is 144 (56.64% from 255 or 27.91% from 516); Max value from RGB is 243 - color contains mainly: red. Hex color #F38190 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38190 is #0C7E6F. Grayscale: #A4A4A4. Windows color (decimal): -818800 or 9470451. OLE color: 9470451.

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

Color convert

RGB243129144-
CMYK00.470.410.05
HSL352.11º82.61%72.94%-
HSV(B)352.11º46.91%95.29%-
XYZ49.8536.7730.86-
YUV164.8116.27183.78-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.09%
GREEN value IS 129 (50.78% from 255) = 25%
BLUE value IS 144 (56.64% from 255) = 27.91%
R=47.09%
G=25%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312914400.470.410.05352.1182.6172.94
HexF3819002F2951605349
Octal363201220057515540123111
Binary111100111000000110010000010111110100110110110000010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38190; }

 p { color: rgb(243,129,144); }

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

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

 a { background-color: rgb(243,129,144); }

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

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

 span { border-color: rgb(243,129,144); }

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