Html Css Color HEX #FE5FFF Pink Flamingo

📋 copy color: '#FE5FFF'

red 254 ◦ green 95 ◦ blue 255

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

Shades of Pink Flamingo #FE5FFF

Tints of Pink Flamingo #FE5FFF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 15.73%

 BLUE value IS 255 (100% from 255) = 42.22%

R = 42.05%
G = 15.73%
B = 42.22%

CMYK

 C value IS 0.00

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FE5FFF (or 0xFE5FFF) is known color: Pink Flamingo. HEX triplet: FE, 5F and FF. RGB value is (254,95,255). Sum of RGB (Red+Green+Blue) = 254+95+255=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 95 (37.5% from 255 or 15.73% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE5FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5FFF is #01A000. Grayscale: #A0A0A0. Windows color (decimal): -106497 or 16736254. OLE color: 16736254.

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

Color convert

RGB 254 95 255 -
CMYK 0.00 0.63 0 0
HSL 299.63º 1% 0.69% -
HSV(B) 299.63º 0.63% 1% -
XYZ 63.02 36.48 98.33 -
YUV 160.78 181.18 194.49 -
System Red Green Blue C M Y K H S L
Decimal 254 95 255 0.00 0.63 0 0 299.63 1 0.69
Hex FE 5F FF 0 3F 0 0 12C 64 45
Octal 376 137 377 0 77 0 0 454 144 105
Binary 11111110 1011111 11111111 0 111111 0 0 100101100 1100100 1000101

Color Harmonies of #FE5FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5FFF

Black with #FE5FFF

Text Example


Text Example

White with #FE5FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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