#FA7E85

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

Shades of Carissma #FA7E85

Tints of Carissma #FA7E85

Color information

#FA7E85 (or 0xFA7E85) is unknown color: approx Carissma. HEX triplet: FA, 7E and 85. RGB value is (250,126,133). Sum of RGB (Red+Green+Blue) = 250+126+133=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 126 (49.61% from 255 or 24.75% from 509); Blue value is 133 (52.34% from 255 or 26.13% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7E85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7E85 is #05817A. Grayscale: #A3A3A3. Windows color (decimal): -360827 or 8748794. OLE color: 8748794.

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

Color convert

RGB250126133-
CMYK00.500.470.02
HSL356.61º92.54%73.73%-
HSV(B)356.61º49.6%98.04%-
XYZ51.1236.9426.63-
YUV163.87110.58189.43-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.12%
GREEN value IS 126 (49.61% from 255) = 24.75%
BLUE value IS 133 (52.34% from 255) = 26.13%
R=49.12%
G=24.75%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012613300.500.470.02356.6192.5473.73
HexFA7E850322F21655d4a
Octal372176205062572545135112
Binary1111101011111101000010101100101011111010110010110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7E85; }

 p { color: rgb(250,126,133); }

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

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

 a { background-color: rgb(250,126,133); }

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

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

 span { border-color: rgb(250,126,133); }

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