#F98085

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

Shades of Carissma #F98085

Tints of Carissma #F98085

Color information

#F98085 (or 0xF98085) is unknown color: approx Carissma. HEX triplet: F9, 80 and 85. RGB value is (249,128,133). Sum of RGB (Red+Green+Blue) = 249+128+133=510 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.82% from 510); Green value is 128 (50.39% from 255 or 25.10% from 510); Blue value is 133 (52.34% from 255 or 26.08% from 510); Max value from RGB is 249 - color contains mainly: red. Hex color #F98085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98085 is #067F7A. Grayscale: #A4A4A4. Windows color (decimal): -425851 or 8749305. OLE color: 8749305.

HSL color Cylindrical-coordinate representation of color #F98085: hue angle of 357.52º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F98085 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB249128133-
CMYK00.490.470.02
HSL357.52º90.98%73.92%-
HSV(B)357.52º48.59%97.65%-
XYZ51.0237.2726.7-
YUV164.75110.09188.09-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.82%
GREEN value IS 128 (50.39% from 255) = 25.10%
BLUE value IS 133 (52.34% from 255) = 26.08%
R=48.82%
G=25.10%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912813300.490.470.02357.5290.9873.92
HexF980850312F21665b4a
Octal371200205061572546133112
Binary11111001100000001000010101100011011111010110011010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98085; }

 p { color: rgb(249,128,133); }

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

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

 a { background-color: rgb(249,128,133); }

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

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

 span { border-color: rgb(249,128,133); }

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