Html Css Color HEX #FE4AFF Pink Flamingo

📋 copy color: '#FE4AFF'

red 254 ◦ green 74 ◦ blue 255

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

Shades of Pink Flamingo #FE4AFF

Tints of Pink Flamingo #FE4AFF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 12.69%

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

R = 43.57%
G = 12.69%
B = 43.74%

CMYK

 C value IS 0.00

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FE4AFF (or 0xFE4AFF) is known color: Pink Flamingo. HEX triplet: FE, 4A and FF. RGB value is (254,74,255). Sum of RGB (Red+Green+Blue) = 254+74+255=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 74 (29.30% from 255 or 12.69% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE4AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE4AFF is #01B500. Grayscale: #939393. Windows color (decimal): -111873 or 16730878. OLE color: 16730878.

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

Color convert

RGB 254 74 255 -
CMYK 0.00 0.71 0 0
HSL 299.67º 1% 0.65% -
HSV(B) 299.67º 0.71% 1% -
XYZ 61.37 33.19 97.78 -
YUV 148.45 188.13 203.28 -
System Red Green Blue C M Y K H S L
Decimal 254 74 255 0.00 0.71 0 0 299.67 1 0.65
Hex FE 4A FF 0 47 0 0 12C 64 41
Octal 376 112 377 0 107 0 0 454 144 101
Binary 11111110 1001010 11111111 0 1000111 0 0 100101100 1100100 1000001

Color Harmonies of #FE4AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4AFF

Black with #FE4AFF

Text Example


Text Example

White with #FE4AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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