Html Css Color HEX #FA5C90 French Rose

📋 copy color: '#FA5C90'

red 250 ◦ green 92 ◦ blue 144

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

Shades of French Rose #FA5C90

Tints of French Rose #FA5C90

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.93%

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

R = 51.44%
G = 18.93%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FA5C90 (or 0xFA5C90) is known color: French Rose. HEX triplet: FA, 5C and 90. RGB value is (250,92,144). Sum of RGB (Red+Green+Blue) = 250+92+144=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 92 (36.33% from 255 or 18.93% from 486); Blue value is 144 (56.64% from 255 or 29.63% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5C90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5C90 is #05A36F. Grayscale: #919191. Windows color (decimal): -369520 or 9460986. OLE color: 9460986.

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

Color convert

RGB 250 92 144 -
CMYK 0 0.63 0.42 0.02
HSL 340.25º 0.94% 0.67% -
HSV(B) 340.25º 0.63% 0.98% -
XYZ 48.29 29.99 29.63 -
YUV 145.17 127.35 202.77 -
System Red Green Blue C M Y K H S L
Decimal 250 92 144 0 0.63 0.42 0.02 340.25 0.94 0.67
Hex FA 5C 90 0 3F 2A 2 154 5E 43
Octal 372 134 220 0 77 52 2 524 136 103
Binary 11111010 1011100 10010000 0 111111 101010 10 101010100 1011110 1000011

Color Harmonies of #FA5C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5C90

Black with #FA5C90

Text Example


Text Example

White with #FA5C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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