Html Css Color HEX #FA7B90 Carissma

📋 copy color: '#FA7B90'

red 250 ◦ green 123 ◦ blue 144

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

Shades of Carissma #FA7B90

Tints of Carissma #FA7B90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.85%

R = 48.36%
G = 23.79%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FA7B90 (or 0xFA7B90) is known color: Carissma. HEX triplet: FA, 7B and 90. RGB value is (250,123,144). Sum of RGB (Red+Green+Blue) = 250+123+144=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 123 (48.44% from 255 or 23.79% from 517); Blue value is 144 (56.64% from 255 or 27.85% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7B90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7B90 is #05846F. Grayscale: #A3A3A3. Windows color (decimal): -361584 or 9468922. OLE color: 9468922.

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

Color convert

RGB 250 123 144 -
CMYK 0 0.51 0.42 0.02
HSL 350.08º 0.93% 0.73% -
HSV(B) 350.08º 0.51% 0.98% -
XYZ 51.54 36.5 30.71 -
YUV 163.37 117.08 189.79 -
System Red Green Blue C M Y K H S L
Decimal 250 123 144 0 0.51 0.42 0.02 350.08 0.93 0.73
Hex FA 7B 90 0 33 2A 2 15E 5D 49
Octal 372 173 220 0 63 52 2 536 135 111
Binary 11111010 1111011 10010000 0 110011 101010 10 101011110 1011101 1001001

Color Harmonies of #FA7B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7B90

Black with #FA7B90

Text Example


Text Example

White with #FA7B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7B90; }

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

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

background-color css

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

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

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

border-color css

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

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

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