Html Css Color HEX #FA5384 French Rose

📋 copy color: '#FA5384'

red 250 ◦ green 83 ◦ blue 132

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

Shades of French Rose #FA5384

Tints of French Rose #FA5384

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.85%

 BLUE value IS 132 (51.95% from 255) = 28.39%

R = 53.76%
G = 17.85%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FA5384 (or 0xFA5384) is known color: French Rose. HEX triplet: FA, 53 and 84. RGB value is (250,83,132). Sum of RGB (Red+Green+Blue) = 250+83+132=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 83 (32.81% from 255 or 17.85% from 465); Blue value is 132 (51.95% from 255 or 28.39% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5384 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5384 is #05AC7B. Grayscale: #8A8A8A. Windows color (decimal): -371836 or 8672250. OLE color: 8672250.

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

Color convert

RGB 250 83 132 -
CMYK 0 0.67 0.47 0.02
HSL 342.4º 0.94% 0.65% -
HSV(B) 342.4º 0.67% 0.98% -
XYZ 46.68 28.18 24.81 -
YUV 138.52 124.33 207.52 -
System Red Green Blue C M Y K H S L
Decimal 250 83 132 0 0.67 0.47 0.02 342.4 0.94 0.65
Hex FA 53 84 0 43 2F 2 156 5E 41
Octal 372 123 204 0 103 57 2 526 136 101
Binary 11111010 1010011 10000100 0 1000011 101111 10 101010110 1011110 1000001

Color Harmonies of #FA5384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5384

Black with #FA5384

Text Example


Text Example

White with #FA5384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5384; }

 p { color: rgb(250,83,132); }

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

background-color css

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

 a { background-color: rgb(250,83,132); }

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

border-color css

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

 span { border-color: rgb(250,83,132); }

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