Html Css Color HEX #FF51B4 Brilliant Rose

📋 copy color: '#FF51B4'

red 255 ◦ green 81 ◦ blue 180

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

Shades of Brilliant Rose #FF51B4

Tints of Brilliant Rose #FF51B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.88%

R = 49.42%
G = 15.7%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FF51B4 (or 0xFF51B4) is known color: Brilliant Rose. HEX triplet: FF, 51 and B4. RGB value is (255,81,180). Sum of RGB (Red+Green+Blue) = 255+81+180=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 81 (32.03% from 255 or 15.70% from 516); Blue value is 180 (70.70% from 255 or 34.88% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FF51B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF51B4 is #00AE4B. Grayscale: #909090. Windows color (decimal): -44620 or 11817471. OLE color: 11817471.

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

Color convert

RGB 255 81 180 -
CMYK 0 0.68 0.29 0
HSL 325.86º 1% 0.66% -
HSV(B) 325.86º 0.68% 1% -
XYZ 52.42 30.44 46.29 -
YUV 144.31 148.15 206.95 -
System Red Green Blue C M Y K H S L
Decimal 255 81 180 0 0.68 0.29 0 325.86 1 0.66
Hex FF 51 B4 0 44 1D 0 146 64 42
Octal 377 121 264 0 104 35 0 506 144 102
Binary 11111111 1010001 10110100 0 1000100 11101 0 101000110 1100100 1000010

Color Harmonies of #FF51B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF51B4

Black with #FF51B4

Text Example


Text Example

White with #FF51B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF51B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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