Html Css Color HEX #FA7889 Carissma

📋 copy color: '#FA7889'

red 250 ◦ green 120 ◦ blue 137

#FA7889
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carissma #FA7889

Tints of Carissma #FA7889

RGB

 RED value IS 250 (98.05% from 255) = 49.31%

 GREEN value IS 120 (47.27% from 255) = 23.67%

 BLUE value IS 137 (53.91% from 255) = 27.02%

R = 49.31%
G = 23.67%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FA7889 (or 0xFA7889) is known color: Carissma. HEX triplet: FA, 78 and 89. RGB value is (250,120,137). Sum of RGB (Red+Green+Blue) = 250+120+137=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 120 (47.27% from 255 or 23.67% from 507); Blue value is 137 (53.91% from 255 or 27.02% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7889 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7889 is #058776. Grayscale: #A0A0A0. Windows color (decimal): -362359 or 9009402. OLE color: 9009402.

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

Color convert

RGB 250 120 137 -
CMYK 0 0.52 0.45 0.02
HSL 352.15º 0.93% 0.73% -
HSV(B) 352.15º 0.52% 0.98% -
XYZ 50.66 35.56 27.86 -
YUV 160.81 114.57 191.62 -
System Red Green Blue C M Y K H S L
Decimal 250 120 137 0 0.52 0.45 0.02 352.15 0.93 0.73
Hex FA 78 89 0 34 2D 2 160 5D 49
Octal 372 170 211 0 64 55 2 540 135 111
Binary 11111010 1111000 10001001 0 110100 101101 10 101100000 1011101 1001001

Color Harmonies of #FA7889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7889

Black with #FA7889

Text Example


Text Example

White with #FA7889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7889; }

 p { color: rgb(250,120,137); }

 H1.HeaderClassName
 {
   color: #FA7889;
 }
 .AnyTagClassName
 {
   color: #FA7889;
 }
</style>

background-color css

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

 a { background-color: rgb(250,120,137); }

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

border-color css

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

 span { border-color: rgb(250,120,137); }

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