#FA7F85

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

Shades of Carissma #FA7F85

Tints of Carissma #FA7F85

Color information

#FA7F85 (or 0xFA7F85) is unknown color: approx Carissma. HEX triplet: FA, 7F and 85. RGB value is (250,127,133). Sum of RGB (Red+Green+Blue) = 250+127+133=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 127 (50% from 255 or 24.90% from 510); Blue value is 133 (52.34% from 255 or 26.08% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7F85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7F85 is #05807A. Grayscale: #A4A4A4. Windows color (decimal): -360571 or 8749050. OLE color: 8749050.

HSL color Cylindrical-coordinate representation of color #FA7F85: hue angle of 357.07º degrees, saturation: 0.92, 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 #FA7F85 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB250127133-
CMYK00.490.470.02
HSL357.07º92.48%73.92%-
HSV(B)357.07º49.2%98.04%-
XYZ51.2537.226.67-
YUV164.46110.25189.01-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.02%
GREEN value IS 127 (50% from 255) = 24.90%
BLUE value IS 133 (52.34% from 255) = 26.08%
R=49.02%
G=24.90%
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
Decimal25012713300.490.470.02357.0792.4873.92
HexFA7F850312F21655c4a
Octal372177205061572545134112
Binary1111101011111111000010101100011011111010110010110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7F85; }

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

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

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

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

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

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

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

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