Html Css Color HEX #FA519B Brilliant Rose

📋 copy color: '#FA519B'

red 250 ◦ green 81 ◦ blue 155

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

Shades of Brilliant Rose #FA519B

Tints of Brilliant Rose #FA519B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.89%

R = 51.44%
G = 16.67%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FA519B (or 0xFA519B) is known color: Brilliant Rose. HEX triplet: FA, 51 and 9B. RGB value is (250,81,155). Sum of RGB (Red+Green+Blue) = 250+81+155=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 81 (32.03% from 255 or 16.67% from 486); Blue value is 155 (60.94% from 255 or 31.89% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FA519B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA519B is #05AE64. Grayscale: #8B8B8B. Windows color (decimal): -372325 or 10179066. OLE color: 10179066.

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

Color convert

RGB 250 81 155 -
CMYK 0 0.68 0.38 0.02
HSL 333.73º 0.94% 0.65% -
HSV(B) 333.73º 0.68% 0.98% -
XYZ 48.28 28.58 33.98 -
YUV 139.97 136.49 206.48 -
System Red Green Blue C M Y K H S L
Decimal 250 81 155 0 0.68 0.38 0.02 333.73 0.94 0.65
Hex FA 51 9B 0 44 26 2 14E 5E 41
Octal 372 121 233 0 104 46 2 516 136 101
Binary 11111010 1010001 10011011 0 1000100 100110 10 101001110 1011110 1000001

Color Harmonies of #FA519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA519B

Black with #FA519B

Text Example


Text Example

White with #FA519B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA519B; }

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

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

background-color css

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

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

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

border-color css

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

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

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