Html Css Color HEX #FA7592 Carissma

📋 copy color: '#FA7592'

red 250 ◦ green 117 ◦ blue 146

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

Shades of Carissma #FA7592

Tints of Carissma #FA7592

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.81%

 BLUE value IS 146 (57.42% from 255) = 28.46%

R = 48.73%
G = 22.81%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FA7592 (or 0xFA7592) is known color: Carissma. HEX triplet: FA, 75 and 92. RGB value is (250,117,146). Sum of RGB (Red+Green+Blue) = 250+117+146=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 117 (46.09% from 255 or 22.81% from 513); Blue value is 146 (57.42% from 255 or 28.46% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7592 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7592 is #058A6D. Grayscale: #A0A0A0. Windows color (decimal): -363118 or 9598458. OLE color: 9598458.

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

Color convert

RGB 250 117 146 -
CMYK 0 0.53 0.42 0.02
HSL 346.92º 0.93% 0.72% -
HSV(B) 346.92º 0.53% 0.98% -
XYZ 50.97 35.12 31.29 -
YUV 160.07 120.06 192.14 -
System Red Green Blue C M Y K H S L
Decimal 250 117 146 0 0.53 0.42 0.02 346.92 0.93 0.72
Hex FA 75 92 0 35 2A 2 15B 5D 48
Octal 372 165 222 0 65 52 2 533 135 110
Binary 11111010 1110101 10010010 0 110101 101010 10 101011011 1011101 1001000

Color Harmonies of #FA7592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7592

Black with #FA7592

Text Example


Text Example

White with #FA7592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7592; }

 p { color: rgb(250,117,146); }

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

background-color css

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

 a { background-color: rgb(250,117,146); }

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

border-color css

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

 span { border-color: rgb(250,117,146); }

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