Html Css Color HEX #FD51FA Pink Flamingo

📋 copy color: '#FD51FA'

red 253 ◦ green 81 ◦ blue 250

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

Shades of Pink Flamingo #FD51FA

Tints of Pink Flamingo #FD51FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.81%

R = 43.32%
G = 13.87%
B = 42.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FD51FA (or 0xFD51FA) is known color: Pink Flamingo. HEX triplet: FD, 51 and FA. RGB value is (253,81,250). Sum of RGB (Red+Green+Blue) = 253+81+250=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 81 (32.03% from 255 or 13.87% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 253 - color contains mainly: red. Hex color #FD51FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD51FA is #02AE05. Grayscale: #979797. Windows color (decimal): -175622 or 16404989. OLE color: 16404989.

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

Color convert

RGB 253 81 250 -
CMYK 0 0.68 0.01 0.01
HSL 301.05º 0.98% 0.65% -
HSV(B) 301.05º 0.68% 0.99% -
XYZ 60.71 33.67 93.74 -
YUV 151.69 183.48 200.26 -
System Red Green Blue C M Y K H S L
Decimal 253 81 250 0 0.68 0.01 0.01 301.05 0.98 0.65
Hex FD 51 FA 0 44 1 1 12D 62 41
Octal 375 121 372 0 104 1 1 455 142 101
Binary 11111101 1010001 11111010 0 1000100 1 1 100101101 1100010 1000001

Color Harmonies of #FD51FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD51FA

Black with #FD51FA

Text Example


Text Example

White with #FD51FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD51FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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