Html Css Color HEX #FF55FE Pink Flamingo

📋 copy color: '#FF55FE'

red 255 ◦ green 85 ◦ blue 254

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

Shades of Pink Flamingo #FF55FE

Tints of Pink Flamingo #FF55FE

RGB

 RED value IS 255 (100% from 255) = 42.93%

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

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

R = 42.93%
G = 14.31%
B = 42.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.00

 K value IS 0

RGB Variations

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

Color information

#FF55FE (or 0xFF55FE) is known color: Pink Flamingo. HEX triplet: FF, 55 and FE. RGB value is (255,85,254). Sum of RGB (Red+Green+Blue) = 255+85+254=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 85 (33.59% from 255 or 14.31% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FF55FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF55FE is #00AA01. Grayscale: #9A9A9A. Windows color (decimal): -43522 or 16668159. OLE color: 16668159.

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

Color convert

RGB 255 85 254 -
CMYK 0 0.67 0.00 0
HSL 300.35º 1% 0.67% -
HSV(B) 300.35º 0.67% 1% -
XYZ 62.38 34.91 97.22 -
YUV 155.1 183.82 199.26 -
System Red Green Blue C M Y K H S L
Decimal 255 85 254 0 0.67 0.00 0 300.35 1 0.67
Hex FF 55 FE 0 43 0 0 12C 64 43
Octal 377 125 376 0 103 0 0 454 144 103
Binary 11111111 1010101 11111110 0 1000011 0 0 100101100 1100100 1000011

Color Harmonies of #FF55FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF55FE

Black with #FF55FE

Text Example


Text Example

White with #FF55FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF55FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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