#FA7D87

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

Shades of Carissma #FA7D87

Tints of Carissma #FA7D87

Color information

#FA7D87 (or 0xFA7D87) is unknown color: approx Carissma. HEX triplet: FA, 7D and 87. RGB value is (250,125,135). Sum of RGB (Red+Green+Blue) = 250+125+135=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 125 (49.22% from 255 or 24.51% from 510); Blue value is 135 (53.12% from 255 or 26.47% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7D87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7D87 is #058278. Grayscale: #A3A3A3. Windows color (decimal): -361081 or 8879610. OLE color: 8879610.

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

Color convert

RGB250125135-
CMYK00.500.460.02
HSL355.2º92.59%73.53%-
HSV(B)355.2º50%98.04%-
XYZ51.1336.7427.32-
YUV163.51111.91189.69-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.02%
GREEN value IS 125 (49.22% from 255) = 24.51%
BLUE value IS 135 (53.12% from 255) = 26.47%
R=49.02%
G=24.51%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012513500.500.460.02355.292.5973.53
HexFA7D870322E21635d4a
Octal372175207062562543135112
Binary1111101011111011000011101100101011101010110001110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7D87; }

 p { color: rgb(250,125,135); }

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

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

 a { background-color: rgb(250,125,135); }

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

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

 span { border-color: rgb(250,125,135); }

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