Html Css Color HEX #FA7B8C Carissma

📋 copy color: '#FA7B8C'

red 250 ◦ green 123 ◦ blue 140

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

Shades of Carissma #FA7B8C

Tints of Carissma #FA7B8C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.98%

 BLUE value IS 140 (55.08% from 255) = 27.29%

R = 48.73%
G = 23.98%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA7B8C (or 0xFA7B8C) is known color: Carissma. HEX triplet: FA, 7B and 8C. RGB value is (250,123,140). Sum of RGB (Red+Green+Blue) = 250+123+140=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 123 (48.44% from 255 or 23.98% from 513); Blue value is 140 (55.08% from 255 or 27.29% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7B8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7B8C is #058473. Grayscale: #A2A2A2. Windows color (decimal): -361588 or 9206778. OLE color: 9206778.

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

Color convert

RGB 250 123 140 -
CMYK 0 0.51 0.44 0.02
HSL 351.97º 0.93% 0.73% -
HSV(B) 351.97º 0.51% 0.98% -
XYZ 51.24 36.38 29.13 -
YUV 162.91 115.08 190.12 -
System Red Green Blue C M Y K H S L
Decimal 250 123 140 0 0.51 0.44 0.02 351.97 0.93 0.73
Hex FA 7B 8C 0 33 2C 2 160 5D 49
Octal 372 173 214 0 63 54 2 540 135 111
Binary 11111010 1111011 10001100 0 110011 101100 10 101100000 1011101 1001001

Color Harmonies of #FA7B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7B8C

Black with #FA7B8C

Text Example


Text Example

White with #FA7B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7B8C; }

 p { color: rgb(250,123,140); }

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

background-color css

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

 a { background-color: rgb(250,123,140); }

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

border-color css

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

 span { border-color: rgb(250,123,140); }

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