Html Css Color HEX #FD44FE Pink Flamingo

📋 copy color: '#FD44FE'

red 253 ◦ green 68 ◦ blue 254

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

Shades of Pink Flamingo #FD44FE

Tints of Pink Flamingo #FD44FE

RGB

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

 GREEN value IS 68 (26.95% from 255) = 11.83%

 BLUE value IS 254 (99.61% from 255) = 44.17%

R = 44%
G = 11.83%
B = 44.17%

CMYK

 C value IS 0.00

 M value IS 0.73

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FD44FE (or 0xFD44FE) is known color: Pink Flamingo. HEX triplet: FD, 44 and FE. RGB value is (253,68,254). Sum of RGB (Red+Green+Blue) = 253+68+254=575 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44% from 575); Green value is 68 (26.95% from 255 or 11.83% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #FD44FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD44FE is #02BB01. Grayscale: #8F8F8F. Windows color (decimal): -178946 or 16663805. OLE color: 16663805.

HSL color Cylindrical-coordinate representation of color #FD44FE: hue angle of 299.68º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FD44FE is Cyan = 0.00, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 253 68 254 -
CMYK 0.00 0.73 0 0.00
HSL 299.68º 0.99% 0.63% -
HSV(B) 299.68º 0.73% 1% -
XYZ 60.46 32.17 96.79 -
YUV 144.52 189.79 205.38 -
System Red Green Blue C M Y K H S L
Decimal 253 68 254 0.00 0.73 0 0.00 299.68 0.99 0.63
Hex FD 44 FE 0 49 0 0 12C 63 3F
Octal 375 104 376 0 111 0 0 454 143 77
Binary 11111101 1000100 11111110 0 1001001 0 0 100101100 1100011 111111

Color Harmonies of #FD44FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD44FE

Black with #FD44FE

Text Example


Text Example

White with #FD44FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD44FE; }

 p { color: rgb(253,68,254); }

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

background-color css

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

 a { background-color: rgb(253,68,254); }

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

border-color css

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

 span { border-color: rgb(253,68,254); }

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