Html Css Color HEX #FF51A1 Brilliant Rose

📋 copy color: '#FF51A1'

red 255 ◦ green 81 ◦ blue 161

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

Shades of Brilliant Rose #FF51A1

Tints of Brilliant Rose #FF51A1

RGB

 RED value IS 255 (100% from 255) = 51.31%

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

 BLUE value IS 161 (63.28% from 255) = 32.39%

R = 51.31%
G = 16.3%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#FF51A1 (or 0xFF51A1) is known color: Brilliant Rose. HEX triplet: FF, 51 and A1. RGB value is (255,81,161). Sum of RGB (Red+Green+Blue) = 255+81+161=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 81 (32.03% from 255 or 16.30% from 497); Blue value is 161 (63.28% from 255 or 32.39% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF51A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF51A1 is #00AE5E. Grayscale: #8E8E8E. Windows color (decimal): -44639 or 10572287. OLE color: 10572287.

HSL color Cylindrical-coordinate representation of color #FF51A1: hue angle of 332.41º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF51A1 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB 255 81 161 -
CMYK 0 0.68 0.37 0
HSL 332.41º 1% 0.66% -
HSV(B) 332.41º 0.68% 1% -
XYZ 50.62 29.72 36.79 -
YUV 142.15 138.65 208.5 -
System Red Green Blue C M Y K H S L
Decimal 255 81 161 0 0.68 0.37 0 332.41 1 0.66
Hex FF 51 A1 0 44 25 0 14C 64 42
Octal 377 121 241 0 104 45 0 514 144 102
Binary 11111111 1010001 10100001 0 1000100 100101 0 101001100 1100100 1000010

Color Harmonies of #FF51A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF51A1

Black with #FF51A1

Text Example


Text Example

White with #FF51A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF51A1; }

 p { color: rgb(255,81,161); }

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

background-color css

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

 a { background-color: rgb(255,81,161); }

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

border-color css

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

 span { border-color: rgb(255,81,161); }

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