Html Css Color HEX #FA5690 French Rose

📋 copy color: '#FA5690'

red 250 ◦ green 86 ◦ blue 144

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

Shades of French Rose #FA5690

Tints of French Rose #FA5690

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.92%

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

R = 52.08%
G = 17.92%
B = 30%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FA5690 (or 0xFA5690) is known color: French Rose. HEX triplet: FA, 56 and 90. RGB value is (250,86,144). Sum of RGB (Red+Green+Blue) = 250+86+144=480 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.08% from 480); Green value is 86 (33.98% from 255 or 17.92% from 480); Blue value is 144 (56.64% from 255 or 30% from 480); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5690 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5690 is #05A96F. Grayscale: #8D8D8D. Windows color (decimal): -371056 or 9459450. OLE color: 9459450.

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

Color convert

RGB 250 86 144 -
CMYK 0 0.66 0.42 0.02
HSL 338.78º 0.94% 0.66% -
HSV(B) 338.78º 0.66% 0.98% -
XYZ 47.79 28.99 29.46 -
YUV 141.65 129.33 205.28 -
System Red Green Blue C M Y K H S L
Decimal 250 86 144 0 0.66 0.42 0.02 338.78 0.94 0.66
Hex FA 56 90 0 42 2A 2 153 5E 42
Octal 372 126 220 0 102 52 2 523 136 102
Binary 11111010 1010110 10010000 0 1000010 101010 10 101010011 1011110 1000010

Color Harmonies of #FA5690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5690

Black with #FA5690

Text Example


Text Example

White with #FA5690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5690; }

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

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

background-color css

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

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

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

border-color css

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

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

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