Html Css Color HEX #FE44F5 Pink Flamingo

📋 copy color: '#FE44F5'

red 254 ◦ green 68 ◦ blue 245

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

Shades of Pink Flamingo #FE44F5

Tints of Pink Flamingo #FE44F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 43.21%

R = 44.8%
G = 11.99%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#FE44F5 (or 0xFE44F5) is known color: Pink Flamingo. HEX triplet: FE, 44 and F5. RGB value is (254,68,245). Sum of RGB (Red+Green+Blue) = 254+68+245=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 68 (26.95% from 255 or 11.99% from 567); Blue value is 245 (96.09% from 255 or 43.21% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FE44F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE44F5 is #01BB0A. Grayscale: #8F8F8F. Windows color (decimal): -113419 or 16073982. OLE color: 16073982.

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

Color convert

RGB 254 68 245 -
CMYK 0 0.73 0.04 0.00
HSL 302.9º 0.99% 0.63% -
HSV(B) 302.9º 0.73% 1% -
XYZ 59.42 31.8 89.39 -
YUV 143.79 185.12 206.61 -
System Red Green Blue C M Y K H S L
Decimal 254 68 245 0 0.73 0.04 0.00 302.9 0.99 0.63
Hex FE 44 F5 0 49 4 0 12F 63 3F
Octal 376 104 365 0 111 4 0 457 143 77
Binary 11111110 1000100 11110101 0 1001001 100 0 100101111 1100011 111111

Color Harmonies of #FE44F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE44F5

Black with #FE44F5

Text Example


Text Example

White with #FE44F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE44F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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