Html Css Color HEX #FA5694 French Rose

📋 copy color: '#FA5694'

red 250 ◦ green 86 ◦ blue 148

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

Shades of French Rose #FA5694

Tints of French Rose #FA5694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.58%

R = 51.65%
G = 17.77%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FA5694 (or 0xFA5694) is known color: French Rose. HEX triplet: FA, 56 and 94. RGB value is (250,86,148). Sum of RGB (Red+Green+Blue) = 250+86+148=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 86 (33.98% from 255 or 17.77% from 484); Blue value is 148 (58.20% from 255 or 30.58% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5694 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5694 is #05A96B. Grayscale: #8E8E8E. Windows color (decimal): -371052 or 9721594. OLE color: 9721594.

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

Color convert

RGB 250 86 148 -
CMYK 0 0.66 0.41 0.02
HSL 337.32º 0.94% 0.66% -
HSV(B) 337.32º 0.66% 0.98% -
XYZ 48.1 29.12 31.1 -
YUV 142.1 131.33 204.96 -
System Red Green Blue C M Y K H S L
Decimal 250 86 148 0 0.66 0.41 0.02 337.32 0.94 0.66
Hex FA 56 94 0 42 29 2 151 5E 42
Octal 372 126 224 0 102 51 2 521 136 102
Binary 11111010 1010110 10010100 0 1000010 101001 10 101010001 1011110 1000010

Color Harmonies of #FA5694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5694

Black with #FA5694

Text Example


Text Example

White with #FA5694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5694; }

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

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

background-color css

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

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

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

border-color css

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

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

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