Html Css Color HEX #FD50EA Pink Flamingo

📋 copy color: '#FD50EA'

red 253 ◦ green 80 ◦ blue 234

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

Shades of Pink Flamingo #FD50EA

Tints of Pink Flamingo #FD50EA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.11%

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

R = 44.62%
G = 14.11%
B = 41.27%

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

#FD50EA (or 0xFD50EA) is known color: Pink Flamingo. HEX triplet: FD, 50 and EA. RGB value is (253,80,234). Sum of RGB (Red+Green+Blue) = 253+80+234=567 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.62% from 567); Green value is 80 (31.64% from 255 or 14.11% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 253 - color contains mainly: red. Hex color #FD50EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD50EA is #02AF15. Grayscale: #949494. Windows color (decimal): -175894 or 15356157. OLE color: 15356157.

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

Color convert

RGB 253 80 234 -
CMYK 0 0.68 0.08 0.01
HSL 306.59º 0.98% 0.65% -
HSV(B) 306.59º 0.68% 0.99% -
XYZ 58.23 32.56 81.06 -
YUV 149.28 175.81 201.98 -
System Red Green Blue C M Y K H S L
Decimal 253 80 234 0 0.68 0.08 0.01 306.59 0.98 0.65
Hex FD 50 EA 0 44 8 1 133 62 41
Octal 375 120 352 0 104 10 1 463 142 101
Binary 11111101 1010000 11101010 0 1000100 1000 1 100110011 1100010 1000001

Color Harmonies of #FD50EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD50EA

Black with #FD50EA

Text Example


Text Example

White with #FD50EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD50EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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