Html Css Color HEX #FD51EA Pink Flamingo

📋 copy color: '#FD51EA'

red 253 ◦ green 81 ◦ blue 234

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

Shades of Pink Flamingo #FD51EA

Tints of Pink Flamingo #FD51EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.2%

R = 44.54%
G = 14.26%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FD51EA (or 0xFD51EA) is known color: Pink Flamingo. HEX triplet: FD, 51 and EA. RGB value is (253,81,234). Sum of RGB (Red+Green+Blue) = 253+81+234=568 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.54% from 568); Green value is 81 (32.03% from 255 or 14.26% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 253 - color contains mainly: red. Hex color #FD51EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD51EA is #02AE15. Grayscale: #959595. Windows color (decimal): -175638 or 15356413. OLE color: 15356413.

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

Color convert

RGB 253 81 234 -
CMYK 0 0.68 0.08 0.01
HSL 306.63º 0.98% 0.65% -
HSV(B) 306.63º 0.68% 0.99% -
XYZ 58.3 32.71 81.08 -
YUV 149.87 175.48 201.56 -
System Red Green Blue C M Y K H S L
Decimal 253 81 234 0 0.68 0.08 0.01 306.63 0.98 0.65
Hex FD 51 EA 0 44 8 1 133 62 41
Octal 375 121 352 0 104 10 1 463 142 101
Binary 11111101 1010001 11101010 0 1000100 1000 1 100110011 1100010 1000001

Color Harmonies of #FD51EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD51EA

Black with #FD51EA

Text Example


Text Example

White with #FD51EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD51EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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