#F38285

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

Shades of Carissma #F38285

Tints of Carissma #F38285

Color information

#F38285 (or 0xF38285) is unknown color: approx Carissma. HEX triplet: F3, 82 and 85. RGB value is (243,130,133). Sum of RGB (Red+Green+Blue) = 243+130+133=506 (67% of max value = 765). Red value is 243 (95.31% from 255 or 48.02% from 506); Green value is 130 (51.17% from 255 or 25.69% from 506); Blue value is 133 (52.34% from 255 or 26.28% from 506); Max value from RGB is 243 - color contains mainly: red. Hex color #F38285 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38285 is #0C7D7A. Grayscale: #A4A4A4. Windows color (decimal): -818555 or 8749811. OLE color: 8749811.

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

Color convert

RGB243130133-
CMYK00.470.450.05
HSL358.41º82.48%73.14%-
HSV(B)358.41º46.5%95.29%-
XYZ49.1836.7126.68-
YUV164.13110.44184.26-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.02%
GREEN value IS 130 (51.17% from 255) = 25.69%
BLUE value IS 133 (52.34% from 255) = 26.28%
R=48.02%
G=25.69%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313013300.470.450.05358.4182.4873.14
HexF3828502F2D51665249
Octal363202205057555546122111
Binary111100111000001010000101010111110110110110110011010100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38285; }

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

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

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

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

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

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

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

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