Html Css Color HEX #FD51AB Brilliant Rose

📋 copy color: '#FD51AB'

red 253 ◦ green 81 ◦ blue 171

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

Shades of Brilliant Rose #FD51AB

Tints of Brilliant Rose #FD51AB

RGB

 RED value IS 253 (99.22% from 255) = 50.1%

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

 BLUE value IS 171 (67.19% from 255) = 33.86%

R = 50.1%
G = 16.04%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FD51AB (or 0xFD51AB) is known color: Brilliant Rose. HEX triplet: FD, 51 and AB. RGB value is (253,81,171). Sum of RGB (Red+Green+Blue) = 253+81+171=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 81 (32.03% from 255 or 16.04% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FD51AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD51AB is #02AE54. Grayscale: #8E8E8E. Windows color (decimal): -175701 or 11227645. OLE color: 11227645.

HSL color Cylindrical-coordinate representation of color #FD51AB: hue angle of 328.6º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FD51AB is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 81 171 -
CMYK 0 0.68 0.32 0.01
HSL 328.6º 0.98% 0.65% -
HSV(B) 328.6º 0.68% 0.99% -
XYZ 50.8 29.71 41.58 -
YUV 142.69 143.98 206.68 -
System Red Green Blue C M Y K H S L
Decimal 253 81 171 0 0.68 0.32 0.01 328.6 0.98 0.65
Hex FD 51 AB 0 44 20 1 149 62 41
Octal 375 121 253 0 104 40 1 511 142 101
Binary 11111101 1010001 10101011 0 1000100 100000 1 101001001 1100010 1000001

Color Harmonies of #FD51AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD51AB

Black with #FD51AB

Text Example


Text Example

White with #FD51AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD51AB; }

 p { color: rgb(253,81,171); }

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

background-color css

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

 a { background-color: rgb(253,81,171); }

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

border-color css

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

 span { border-color: rgb(253,81,171); }

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