Html Css Color HEX #FA5181 French Rose

📋 copy color: '#FA5181'

red 250 ◦ green 81 ◦ blue 129

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

Shades of French Rose #FA5181

Tints of French Rose #FA5181

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.61%

 BLUE value IS 129 (50.78% from 255) = 28.04%

R = 54.35%
G = 17.61%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FA5181 (or 0xFA5181) is known color: French Rose. HEX triplet: FA, 51 and 81. RGB value is (250,81,129). Sum of RGB (Red+Green+Blue) = 250+81+129=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 81 (32.03% from 255 or 17.61% from 460); Blue value is 129 (50.78% from 255 or 28.04% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5181 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5181 is #05AE7E. Grayscale: #888888. Windows color (decimal): -372351 or 8475130. OLE color: 8475130.

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

Color convert

RGB 250 81 129 -
CMYK 0 0.68 0.48 0.02
HSL 342.96º 0.94% 0.65% -
HSV(B) 342.96º 0.68% 0.98% -
XYZ 46.33 27.79 23.69 -
YUV 137 123.49 208.6 -
System Red Green Blue C M Y K H S L
Decimal 250 81 129 0 0.68 0.48 0.02 342.96 0.94 0.65
Hex FA 51 81 0 44 30 2 157 5E 41
Octal 372 121 201 0 104 60 2 527 136 101
Binary 11111010 1010001 10000001 0 1000100 110000 10 101010111 1011110 1000001

Color Harmonies of #FA5181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5181

Black with #FA5181

Text Example


Text Example

White with #FA5181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5181; }

 p { color: rgb(250,81,129); }

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

background-color css

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

 a { background-color: rgb(250,81,129); }

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

border-color css

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

 span { border-color: rgb(250,81,129); }

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