Html Css Color HEX #FA5A91 French Rose

📋 copy color: '#FA5A91'

red 250 ◦ green 90 ◦ blue 145

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

Shades of French Rose #FA5A91

Tints of French Rose #FA5A91

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.56%

 BLUE value IS 145 (57.03% from 255) = 29.9%

R = 51.55%
G = 18.56%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FA5A91 (or 0xFA5A91) is known color: French Rose. HEX triplet: FA, 5A and 91. RGB value is (250,90,145). Sum of RGB (Red+Green+Blue) = 250+90+145=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 90 (35.55% from 255 or 18.56% from 485); Blue value is 145 (57.03% from 255 or 29.90% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5A91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5A91 is #05A56E. Grayscale: #909090. Windows color (decimal): -370031 or 9526010. OLE color: 9526010.

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

Color convert

RGB 250 90 145 -
CMYK 0 0.64 0.42 0.02
HSL 339.38º 0.94% 0.67% -
HSV(B) 339.38º 0.64% 0.98% -
XYZ 48.19 29.68 29.98 -
YUV 144.11 128.51 203.53 -
System Red Green Blue C M Y K H S L
Decimal 250 90 145 0 0.64 0.42 0.02 339.38 0.94 0.67
Hex FA 5A 91 0 40 2A 2 153 5E 43
Octal 372 132 221 0 100 52 2 523 136 103
Binary 11111010 1011010 10010001 0 1000000 101010 10 101010011 1011110 1000011

Color Harmonies of #FA5A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5A91

Black with #FA5A91

Text Example


Text Example

White with #FA5A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5A91; }

 p { color: rgb(250,90,145); }

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

background-color css

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

 a { background-color: rgb(250,90,145); }

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

border-color css

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

 span { border-color: rgb(250,90,145); }

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