Html Css Color HEX #FA4983 French Rose

📋 copy color: '#FA4983'

red 250 ◦ green 73 ◦ blue 131

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

Shades of French Rose #FA4983

Tints of French Rose #FA4983

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.08%

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

R = 55.07%
G = 16.08%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FA4983 (or 0xFA4983) is known color: French Rose. HEX triplet: FA, 49 and 83. RGB value is (250,73,131). Sum of RGB (Red+Green+Blue) = 250+73+131=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 73 (28.91% from 255 or 16.08% from 454); Blue value is 131 (51.56% from 255 or 28.85% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4983 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4983 is #05B67C. Grayscale: #848484. Windows color (decimal): -374397 or 8604154. OLE color: 8604154.

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

Color convert

RGB 250 73 131 -
CMYK 0 0.71 0.48 0.02
HSL 340.34º 0.95% 0.63% -
HSV(B) 340.34º 0.71% 0.98% -
XYZ 45.9 26.73 24.21 -
YUV 132.54 127.14 211.78 -
System Red Green Blue C M Y K H S L
Decimal 250 73 131 0 0.71 0.48 0.02 340.34 0.95 0.63
Hex FA 49 83 0 47 30 2 154 5F 3F
Octal 372 111 203 0 107 60 2 524 137 77
Binary 11111010 1001001 10000011 0 1000111 110000 10 101010100 1011111 111111

Color Harmonies of #FA4983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4983

Black with #FA4983

Text Example


Text Example

White with #FA4983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4983; }

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

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

background-color css

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

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

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

border-color css

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

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

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