Html Css Color HEX #FA7C8B Carissma

📋 copy color: '#FA7C8B'

red 250 ◦ green 124 ◦ blue 139

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

Shades of Carissma #FA7C8B

Tints of Carissma #FA7C8B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.17%

 BLUE value IS 139 (54.69% from 255) = 27.1%

R = 48.73%
G = 24.17%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA7C8B (or 0xFA7C8B) is known color: Carissma. HEX triplet: FA, 7C and 8B. RGB value is (250,124,139). Sum of RGB (Red+Green+Blue) = 250+124+139=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 124 (48.83% from 255 or 24.17% from 513); Blue value is 139 (54.69% from 255 or 27.10% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7C8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7C8B is #058374. Grayscale: #A3A3A3. Windows color (decimal): -361333 or 9141498. OLE color: 9141498.

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

Color convert

RGB 250 124 139 -
CMYK 0 0.50 0.44 0.02
HSL 352.86º 0.93% 0.73% -
HSV(B) 352.86º 0.5% 0.98% -
XYZ 51.29 36.6 28.79 -
YUV 163.38 114.24 189.78 -
System Red Green Blue C M Y K H S L
Decimal 250 124 139 0 0.50 0.44 0.02 352.86 0.93 0.73
Hex FA 7C 8B 0 32 2C 2 161 5D 49
Octal 372 174 213 0 62 54 2 541 135 111
Binary 11111010 1111100 10001011 0 110010 101100 10 101100001 1011101 1001001

Color Harmonies of #FA7C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7C8B

Black with #FA7C8B

Text Example


Text Example

White with #FA7C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7C8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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