Html Css Color HEX #FE45FD Pink Flamingo

📋 copy color: '#FE45FD'

red 254 ◦ green 69 ◦ blue 253

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

Shades of Pink Flamingo #FE45FD

Tints of Pink Flamingo #FE45FD

RGB

 RED value IS 254 (99.61% from 255) = 44.1%

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

 BLUE value IS 253 (99.22% from 255) = 43.92%

R = 44.1%
G = 11.98%
B = 43.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#FE45FD (or 0xFE45FD) is known color: Pink Flamingo. HEX triplet: FE, 45 and FD. RGB value is (254,69,253). Sum of RGB (Red+Green+Blue) = 254+69+253=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 69 (27.34% from 255 or 11.98% from 576); Blue value is 253 (99.22% from 255 or 43.92% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FE45FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE45FD is #01BA02. Grayscale: #909090. Windows color (decimal): -113155 or 16598526. OLE color: 16598526.

HSL color Cylindrical-coordinate representation of color #FE45FD: hue angle of 300.32º 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 #FE45FD is Cyan = 0, Magento = 0.73, Yellow = 0.00 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 69 253 -
CMYK 0 0.73 0.00 0.00
HSL 300.32º 0.99% 0.63% -
HSV(B) 300.32º 0.73% 1% -
XYZ 60.73 32.42 95.99 -
YUV 145.29 188.79 205.54 -
System Red Green Blue C M Y K H S L
Decimal 254 69 253 0 0.73 0.00 0.00 300.32 0.99 0.63
Hex FE 45 FD 0 49 0 0 12C 63 3F
Octal 376 105 375 0 111 0 0 454 143 77
Binary 11111110 1000101 11111101 0 1001001 0 0 100101100 1100011 111111

Color Harmonies of #FE45FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE45FD

Black with #FE45FD

Text Example


Text Example

White with #FE45FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE45FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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