Html Css Color HEX #FD45EE Pink Flamingo

📋 copy color: '#FD45EE'

red 253 ◦ green 69 ◦ blue 238

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

Shades of Pink Flamingo #FD45EE

Tints of Pink Flamingo #FD45EE

RGB

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

 GREEN value IS 69 (27.34% from 255) = 12.32%

 BLUE value IS 238 (93.36% from 255) = 42.5%

R = 45.18%
G = 12.32%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FD45EE (or 0xFD45EE) is known color: Pink Flamingo. HEX triplet: FD, 45 and EE. RGB value is (253,69,238). Sum of RGB (Red+Green+Blue) = 253+69+238=560 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.18% from 560); Green value is 69 (27.34% from 255 or 12.32% from 560); Blue value is 238 (93.36% from 255 or 42.5% from 560); Max value from RGB is 253 - color contains mainly: red. Hex color #FD45EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD45EE is #02BA11. Grayscale: #8E8E8E. Windows color (decimal): -178706 or 15615485. OLE color: 15615485.

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

Color convert

RGB 253 69 238 -
CMYK 0 0.73 0.06 0.01
HSL 304.89º 0.98% 0.63% -
HSV(B) 304.89º 0.73% 0.99% -
XYZ 58.07 31.31 83.87 -
YUV 143.28 181.46 206.26 -
System Red Green Blue C M Y K H S L
Decimal 253 69 238 0 0.73 0.06 0.01 304.89 0.98 0.63
Hex FD 45 EE 0 49 6 1 131 62 3F
Octal 375 105 356 0 111 6 1 461 142 77
Binary 11111101 1000101 11101110 0 1001001 110 1 100110001 1100010 111111

Color Harmonies of #FD45EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD45EE

Black with #FD45EE

Text Example


Text Example

White with #FD45EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD45EE; }

 p { color: rgb(253,69,238); }

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

background-color css

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

 a { background-color: rgb(253,69,238); }

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

border-color css

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

 span { border-color: rgb(253,69,238); }

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