#FA778B

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

Shades of Carissma #FA778B

Tints of Carissma #FA778B

Color information

#FA778B (or 0xFA778B) is unknown color: approx Carissma. HEX triplet: FA, 77 and 8B. RGB value is (250,119,139). Sum of RGB (Red+Green+Blue) = 250+119+139=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 119 (46.88% from 255 or 23.43% from 508); Blue value is 139 (54.69% from 255 or 27.36% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FA778B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA778B is #058874. Grayscale: #A0A0A0. Windows color (decimal): -362613 or 9140218. OLE color: 9140218.

HSL color Cylindrical-coordinate representation of color #FA778B: hue angle of 350.84º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FA778B is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB250119139-
CMYK00.520.440.02
HSL350.84º92.91%72.35%-
HSV(B)350.84º52.4%98.04%-
XYZ50.6835.3828.58-
YUV160.45115.9191.87-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.21%
GREEN value IS 119 (46.88% from 255) = 23.43%
BLUE value IS 139 (54.69% from 255) = 27.36%
R=49.21%
G=23.43%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011913900.520.440.02350.8492.9172.35
HexFA778B0342C215f5d48
Octal372167213064542537135110
Binary1111101011101111000101101101001011001010101111110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA778B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA778B; }

 p { color: rgb(250,119,139); }

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

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

 a { background-color: rgb(250,119,139); }

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

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

 span { border-color: rgb(250,119,139); }

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