Html Css Color HEX #FD51A6 Brilliant Rose

📋 copy color: '#FD51A6'

red 253 ◦ green 81 ◦ blue 166

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

Shades of Brilliant Rose #FD51A6

Tints of Brilliant Rose #FD51A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 33.2%

R = 50.6%
G = 16.2%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FD51A6 (or 0xFD51A6) is known color: Brilliant Rose. HEX triplet: FD, 51 and A6. RGB value is (253,81,166). Sum of RGB (Red+Green+Blue) = 253+81+166=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 81 (32.03% from 255 or 16.2% from 500); Blue value is 166 (65.23% from 255 or 33.2% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FD51A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD51A6 is #02AE59. Grayscale: #8D8D8D. Windows color (decimal): -175706 or 10899965. OLE color: 10899965.

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

Color convert

RGB 253 81 166 -
CMYK 0 0.68 0.34 0.01
HSL 330.35º 0.98% 0.65% -
HSV(B) 330.35º 0.68% 0.99% -
XYZ 50.33 29.52 39.12 -
YUV 142.12 141.48 207.09 -
System Red Green Blue C M Y K H S L
Decimal 253 81 166 0 0.68 0.34 0.01 330.35 0.98 0.65
Hex FD 51 A6 0 44 22 1 14A 62 41
Octal 375 121 246 0 104 42 1 512 142 101
Binary 11111101 1010001 10100110 0 1000100 100010 1 101001010 1100010 1000001

Color Harmonies of #FD51A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD51A6

Black with #FD51A6

Text Example


Text Example

White with #FD51A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD51A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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