Html Css Color HEX #FA5585 French Rose

📋 copy color: '#FA5585'

red 250 ◦ green 85 ◦ blue 133

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

Shades of French Rose #FA5585

Tints of French Rose #FA5585

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.16%

 BLUE value IS 133 (52.34% from 255) = 28.42%

R = 53.42%
G = 18.16%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FA5585 (or 0xFA5585) is known color: French Rose. HEX triplet: FA, 55 and 85. RGB value is (250,85,133). Sum of RGB (Red+Green+Blue) = 250+85+133=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 85 (33.59% from 255 or 18.16% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5585 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5585 is #05AA7A. Grayscale: #8B8B8B. Windows color (decimal): -371323 or 8738298. OLE color: 8738298.

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

Color convert

RGB 250 85 133 -
CMYK 0 0.66 0.47 0.02
HSL 342.55º 0.94% 0.66% -
HSV(B) 342.55º 0.66% 0.98% -
XYZ 46.91 28.51 25.22 -
YUV 139.81 124.16 206.6 -
System Red Green Blue C M Y K H S L
Decimal 250 85 133 0 0.66 0.47 0.02 342.55 0.94 0.66
Hex FA 55 85 0 42 2F 2 157 5E 42
Octal 372 125 205 0 102 57 2 527 136 102
Binary 11111010 1010101 10000101 0 1000010 101111 10 101010111 1011110 1000010

Color Harmonies of #FA5585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5585

Black with #FA5585

Text Example


Text Example

White with #FA5585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5585; }

 p { color: rgb(250,85,133); }

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

background-color css

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

 a { background-color: rgb(250,85,133); }

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

border-color css

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

 span { border-color: rgb(250,85,133); }

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