Html Css Color HEX #FE55F7 Pink Flamingo

📋 copy color: '#FE55F7'

red 254 ◦ green 85 ◦ blue 247

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

Shades of Pink Flamingo #FE55F7

Tints of Pink Flamingo #FE55F7

RGB

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

 GREEN value IS 85 (33.59% from 255) = 14.51%

 BLUE value IS 247 (96.88% from 255) = 42.15%

R = 43.34%
G = 14.51%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#FE55F7 (or 0xFE55F7) is known color: Pink Flamingo. HEX triplet: FE, 55 and F7. RGB value is (254,85,247). Sum of RGB (Red+Green+Blue) = 254+85+247=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 85 (33.59% from 255 or 14.51% from 586); Blue value is 247 (96.88% from 255 or 42.15% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FE55F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE55F7 is #01AA08. Grayscale: #999999. Windows color (decimal): -109065 or 16209406. OLE color: 16209406.

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

Color convert

RGB 254 85 247 -
CMYK 0 0.67 0.03 0.00
HSL 302.49º 0.99% 0.66% -
HSV(B) 302.49º 0.67% 1% -
XYZ 60.91 34.28 91.4 -
YUV 154 180.49 199.33 -
System Red Green Blue C M Y K H S L
Decimal 254 85 247 0 0.67 0.03 0.00 302.49 0.99 0.66
Hex FE 55 F7 0 43 3 0 12E 63 42
Octal 376 125 367 0 103 3 0 456 143 102
Binary 11111110 1010101 11110111 0 1000011 11 0 100101110 1100011 1000010

Color Harmonies of #FE55F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE55F7

Black with #FE55F7

Text Example


Text Example

White with #FE55F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE55F7; }

 p { color: rgb(254,85,247); }

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

background-color css

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

 a { background-color: rgb(254,85,247); }

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

border-color css

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

 span { border-color: rgb(254,85,247); }

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