Html Css Color HEX #FD50F0 Pink Flamingo

📋 copy color: '#FD50F0'

red 253 ◦ green 80 ◦ blue 240

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

Shades of Pink Flamingo #FD50F0

Tints of Pink Flamingo #FD50F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 41.88%

R = 44.15%
G = 13.96%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FD50F0 (or 0xFD50F0) is known color: Pink Flamingo. HEX triplet: FD, 50 and F0. RGB value is (253,80,240). Sum of RGB (Red+Green+Blue) = 253+80+240=573 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.15% from 573); Green value is 80 (31.64% from 255 or 13.96% from 573); Blue value is 240 (94.14% from 255 or 41.88% from 573); Max value from RGB is 253 - color contains mainly: red. Hex color #FD50F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD50F0 is #02AF0F. Grayscale: #959595. Windows color (decimal): -175888 or 15749373. OLE color: 15749373.

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

Color convert

RGB 253 80 240 -
CMYK 0 0.68 0.05 0.01
HSL 304.51º 0.98% 0.65% -
HSV(B) 304.51º 0.68% 0.99% -
XYZ 59.1 32.91 85.68 -
YUV 149.97 178.81 201.49 -
System Red Green Blue C M Y K H S L
Decimal 253 80 240 0 0.68 0.05 0.01 304.51 0.98 0.65
Hex FD 50 F0 0 44 5 1 131 62 41
Octal 375 120 360 0 104 5 1 461 142 101
Binary 11111101 1010000 11110000 0 1000100 101 1 100110001 1100010 1000001

Color Harmonies of #FD50F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD50F0

Black with #FD50F0

Text Example


Text Example

White with #FD50F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD50F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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