Html Css Color HEX #FA51B5 Brilliant Rose

📋 copy color: '#FA51B5'

red 250 ◦ green 81 ◦ blue 181

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

Shades of Brilliant Rose #FA51B5

Tints of Brilliant Rose #FA51B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.35%

R = 48.83%
G = 15.82%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FA51B5 (or 0xFA51B5) is known color: Brilliant Rose. HEX triplet: FA, 51 and B5. RGB value is (250,81,181). Sum of RGB (Red+Green+Blue) = 250+81+181=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 81 (32.03% from 255 or 15.82% from 512); Blue value is 181 (71.09% from 255 or 35.35% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FA51B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA51B5 is #05AE4A. Grayscale: #8E8E8E. Windows color (decimal): -372299 or 11883002. OLE color: 11883002.

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

Color convert

RGB 250 81 181 -
CMYK 0 0.68 0.28 0.02
HSL 324.5º 0.94% 0.65% -
HSV(B) 324.5º 0.68% 0.98% -
XYZ 50.71 29.55 46.75 -
YUV 142.93 149.49 204.37 -
System Red Green Blue C M Y K H S L
Decimal 250 81 181 0 0.68 0.28 0.02 324.5 0.94 0.65
Hex FA 51 B5 0 44 1C 2 144 5E 41
Octal 372 121 265 0 104 34 2 504 136 101
Binary 11111010 1010001 10110101 0 1000100 11100 10 101000100 1011110 1000001

Color Harmonies of #FA51B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA51B5

Black with #FA51B5

Text Example


Text Example

White with #FA51B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA51B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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