Html Css Color HEX #FA518B French Rose

📋 copy color: '#FA518B'

red 250 ◦ green 81 ◦ blue 139

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

Shades of French Rose #FA518B

Tints of French Rose #FA518B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.57%

R = 53.19%
G = 17.23%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA518B (or 0xFA518B) is known color: French Rose. HEX triplet: FA, 51 and 8B. RGB value is (250,81,139). Sum of RGB (Red+Green+Blue) = 250+81+139=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 81 (32.03% from 255 or 17.23% from 470); Blue value is 139 (54.69% from 255 or 29.57% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FA518B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA518B is #05AE74. Grayscale: #8A8A8A. Windows color (decimal): -372341 or 9130490. OLE color: 9130490.

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

Color convert

RGB 250 81 139 -
CMYK 0 0.68 0.44 0.02
HSL 339.41º 0.94% 0.65% -
HSV(B) 339.41º 0.68% 0.98% -
XYZ 47.03 28.07 27.37 -
YUV 138.14 128.49 207.78 -
System Red Green Blue C M Y K H S L
Decimal 250 81 139 0 0.68 0.44 0.02 339.41 0.94 0.65
Hex FA 51 8B 0 44 2C 2 153 5E 41
Octal 372 121 213 0 104 54 2 523 136 101
Binary 11111010 1010001 10001011 0 1000100 101100 10 101010011 1011110 1000001

Color Harmonies of #FA518B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA518B

Black with #FA518B

Text Example


Text Example

White with #FA518B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA518B; }

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

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

background-color css

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

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

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

border-color css

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

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

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