Html Css Color HEX #FE4AFE Pink Flamingo

📋 copy color: '#FE4AFE'

red 254 ◦ green 74 ◦ blue 254

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

Shades of Pink Flamingo #FE4AFE

Tints of Pink Flamingo #FE4AFE

RGB

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

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

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

R = 43.64%
G = 12.71%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FE4AFE (or 0xFE4AFE) is known color: Pink Flamingo. HEX triplet: FE, 4A and FE. RGB value is (254,74,254). Sum of RGB (Red+Green+Blue) = 254+74+254=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 74 (29.30% from 255 or 12.71% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE4AFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE4AFE is #01B501. Grayscale: #939393. Windows color (decimal): -111874 or 16665342. OLE color: 16665342.

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

Color convert

RGB 254 74 254 -
CMYK 0 0.71 0 0.00
HSL 300º 0.99% 0.64% -
HSV(B) 300º 0.71% 1% -
XYZ 61.21 33.12 96.93 -
YUV 148.34 187.63 203.36 -
System Red Green Blue C M Y K H S L
Decimal 254 74 254 0 0.71 0 0.00 300 0.99 0.64
Hex FE 4A FE 0 47 0 0 12C 63 40
Octal 376 112 376 0 107 0 0 454 143 100
Binary 11111110 1001010 11111110 0 1000111 0 0 100101100 1100011 1000000

Color Harmonies of #FE4AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4AFE

Black with #FE4AFE

Text Example


Text Example

White with #FE4AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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