Html Css Color HEX #FA7987 Carissma

📋 copy color: '#FA7987'

red 250 ◦ green 121 ◦ blue 135

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

Shades of Carissma #FA7987

Tints of Carissma #FA7987

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.91%

 BLUE value IS 135 (53.13% from 255) = 26.68%

R = 49.41%
G = 23.91%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#FA7987 (or 0xFA7987) is known color: Carissma. HEX triplet: FA, 79 and 87. RGB value is (250,121,135). Sum of RGB (Red+Green+Blue) = 250+121+135=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 121 (47.66% from 255 or 23.91% from 506); Blue value is 135 (53.12% from 255 or 26.68% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7987 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7987 is #058678. Grayscale: #A1A1A1. Windows color (decimal): -362105 or 8878586. OLE color: 8878586.

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

Color convert

RGB 250 121 135 -
CMYK 0 0.52 0.46 0.02
HSL 353.49º 0.93% 0.73% -
HSV(B) 353.49º 0.52% 0.98% -
XYZ 50.63 35.75 27.15 -
YUV 161.17 113.24 191.36 -
System Red Green Blue C M Y K H S L
Decimal 250 121 135 0 0.52 0.46 0.02 353.49 0.93 0.73
Hex FA 79 87 0 34 2E 2 161 5D 49
Octal 372 171 207 0 64 56 2 541 135 111
Binary 11111010 1111001 10000111 0 110100 101110 10 101100001 1011101 1001001

Color Harmonies of #FA7987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7987

Black with #FA7987

Text Example


Text Example

White with #FA7987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7987; }

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

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

background-color css

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

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

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

border-color css

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

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

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