Html Css Color HEX #FA518A French Rose

📋 copy color: '#FA518A'

red 250 ◦ green 81 ◦ blue 138

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

Shades of French Rose #FA518A

Tints of French Rose #FA518A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.42%

R = 53.3%
G = 17.27%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FA518A (or 0xFA518A) is known color: French Rose. HEX triplet: FA, 51 and 8A. RGB value is (250,81,138). Sum of RGB (Red+Green+Blue) = 250+81+138=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 81 (32.03% from 255 or 17.27% from 469); Blue value is 138 (54.30% from 255 or 29.42% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FA518A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA518A is #05AE75. Grayscale: #898989. Windows color (decimal): -372342 or 9064954. OLE color: 9064954.

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

Color convert

RGB 250 81 138 -
CMYK 0 0.68 0.45 0.02
HSL 339.76º 0.94% 0.65% -
HSV(B) 339.76º 0.68% 0.98% -
XYZ 46.95 28.04 26.98 -
YUV 138.03 127.99 207.87 -
System Red Green Blue C M Y K H S L
Decimal 250 81 138 0 0.68 0.45 0.02 339.76 0.94 0.65
Hex FA 51 8A 0 44 2D 2 154 5E 41
Octal 372 121 212 0 104 55 2 524 136 101
Binary 11111010 1010001 10001010 0 1000100 101101 10 101010100 1011110 1000001

Color Harmonies of #FA518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA518A

Black with #FA518A

Text Example


Text Example

White with #FA518A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA518A; }

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

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

background-color css

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

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

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

border-color css

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

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

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