Html Css Color HEX #FD50F7 Pink Flamingo

📋 copy color: '#FD50F7'

red 253 ◦ green 80 ◦ blue 247

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

Shades of Pink Flamingo #FD50F7

Tints of Pink Flamingo #FD50F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 42.59%

R = 43.62%
G = 13.79%
B = 42.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FD50F7 (or 0xFD50F7) is known color: Pink Flamingo. HEX triplet: FD, 50 and F7. RGB value is (253,80,247). Sum of RGB (Red+Green+Blue) = 253+80+247=580 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.62% from 580); Green value is 80 (31.64% from 255 or 13.79% from 580); Blue value is 247 (96.88% from 255 or 42.59% from 580); Max value from RGB is 253 - color contains mainly: red. Hex color #FD50F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD50F7 is #02AF08. Grayscale: #969696. Windows color (decimal): -175881 or 16208125. OLE color: 16208125.

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

Color convert

RGB 253 80 247 -
CMYK 0 0.68 0.02 0.01
HSL 302.08º 0.98% 0.65% -
HSV(B) 302.08º 0.68% 0.99% -
XYZ 60.17 33.34 91.26 -
YUV 150.77 182.31 200.92 -
System Red Green Blue C M Y K H S L
Decimal 253 80 247 0 0.68 0.02 0.01 302.08 0.98 0.65
Hex FD 50 F7 0 44 2 1 12E 62 41
Octal 375 120 367 0 104 2 1 456 142 101
Binary 11111101 1010000 11110111 0 1000100 10 1 100101110 1100010 1000001

Color Harmonies of #FD50F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD50F7

Black with #FD50F7

Text Example


Text Example

White with #FD50F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD50F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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