Html Css Color HEX #FA5383 French Rose

📋 copy color: '#FA5383'

red 250 ◦ green 83 ◦ blue 131

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

Shades of French Rose #FA5383

Tints of French Rose #FA5383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 28.23%

R = 53.88%
G = 17.89%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FA5383 (or 0xFA5383) is known color: French Rose. HEX triplet: FA, 53 and 83. RGB value is (250,83,131). Sum of RGB (Red+Green+Blue) = 250+83+131=464 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.88% from 464); Green value is 83 (32.81% from 255 or 17.89% from 464); Blue value is 131 (51.56% from 255 or 28.23% from 464); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5383 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5383 is #05AC7C. Grayscale: #8A8A8A. Windows color (decimal): -371837 or 8606714. OLE color: 8606714.

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

Color convert

RGB 250 83 131 -
CMYK 0 0.67 0.48 0.02
HSL 342.75º 0.94% 0.65% -
HSV(B) 342.75º 0.67% 0.98% -
XYZ 46.61 28.15 24.45 -
YUV 138.41 123.83 207.6 -
System Red Green Blue C M Y K H S L
Decimal 250 83 131 0 0.67 0.48 0.02 342.75 0.94 0.65
Hex FA 53 83 0 43 30 2 157 5E 41
Octal 372 123 203 0 103 60 2 527 136 101
Binary 11111010 1010011 10000011 0 1000011 110000 10 101010111 1011110 1000001

Color Harmonies of #FA5383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5383

Black with #FA5383

Text Example


Text Example

White with #FA5383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5383; }

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

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

background-color css

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

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

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

border-color css

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

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

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