Html Css Color HEX #FD54F0 Pink Flamingo

📋 copy color: '#FD54F0'

red 253 ◦ green 84 ◦ blue 240

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

Shades of Pink Flamingo #FD54F0

Tints of Pink Flamingo #FD54F0

RGB

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

 GREEN value IS 84 (33.2% from 255) = 14.56%

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

R = 43.85%
G = 14.56%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FD54F0 (or 0xFD54F0) is known color: Pink Flamingo. HEX triplet: FD, 54 and F0. RGB value is (253,84,240). Sum of RGB (Red+Green+Blue) = 253+84+240=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 84 (33.20% from 255 or 14.56% from 577); Blue value is 240 (94.14% from 255 or 41.59% from 577); Max value from RGB is 253 - color contains mainly: red. Hex color #FD54F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD54F0 is #02AB0F. Grayscale: #979797. Windows color (decimal): -174864 or 15750397. OLE color: 15750397.

HSL color Cylindrical-coordinate representation of color #FD54F0: hue angle of 304.62º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FD54F0 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 84 240 -
CMYK 0 0.67 0.05 0.01
HSL 304.62º 0.98% 0.66% -
HSV(B) 304.62º 0.67% 0.99% -
XYZ 59.41 33.51 85.78 -
YUV 152.32 177.49 199.82 -
System Red Green Blue C M Y K H S L
Decimal 253 84 240 0 0.67 0.05 0.01 304.62 0.98 0.66
Hex FD 54 F0 0 43 5 1 131 62 42
Octal 375 124 360 0 103 5 1 461 142 102
Binary 11111101 1010100 11110000 0 1000011 101 1 100110001 1100010 1000010

Color Harmonies of #FD54F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD54F0

Black with #FD54F0

Text Example


Text Example

White with #FD54F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD54F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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