Html Css Color HEX #FA7C8E Carissma

📋 copy color: '#FA7C8E'

red 250 ◦ green 124 ◦ blue 142

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

Shades of Carissma #FA7C8E

Tints of Carissma #FA7C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.52%

R = 48.45%
G = 24.03%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FA7C8E (or 0xFA7C8E) is known color: Carissma. HEX triplet: FA, 7C and 8E. RGB value is (250,124,142). Sum of RGB (Red+Green+Blue) = 250+124+142=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 124 (48.83% from 255 or 24.03% from 516); Blue value is 142 (55.86% from 255 or 27.52% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7C8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7C8E is #058371. Grayscale: #A3A3A3. Windows color (decimal): -361330 or 9338106. OLE color: 9338106.

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

Color convert

RGB 250 124 142 -
CMYK 0 0.50 0.43 0.02
HSL 351.43º 0.93% 0.73% -
HSV(B) 351.43º 0.5% 0.98% -
XYZ 51.51 36.69 29.96 -
YUV 163.73 115.74 189.54 -
System Red Green Blue C M Y K H S L
Decimal 250 124 142 0 0.50 0.43 0.02 351.43 0.93 0.73
Hex FA 7C 8E 0 32 2B 2 15F 5D 49
Octal 372 174 216 0 62 53 2 537 135 111
Binary 11111010 1111100 10001110 0 110010 101011 10 101011111 1011101 1001001

Color Harmonies of #FA7C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7C8E

Black with #FA7C8E

Text Example


Text Example

White with #FA7C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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