Html Css Color HEX #FE4FFA Pink Flamingo

📋 copy color: '#FE4FFA'

red 254 ◦ green 79 ◦ blue 250

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

Shades of Pink Flamingo #FE4FFA

Tints of Pink Flamingo #FE4FFA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 13.55%

 BLUE value IS 250 (98.05% from 255) = 42.88%

R = 43.57%
G = 13.55%
B = 42.88%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FE4FFA (or 0xFE4FFA) is known color: Pink Flamingo. HEX triplet: FE, 4F and FA. RGB value is (254,79,250). Sum of RGB (Red+Green+Blue) = 254+79+250=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 79 (31.25% from 255 or 13.55% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4FFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE4FFA is #01B005. Grayscale: #969696. Windows color (decimal): -110598 or 16404478. OLE color: 16404478.

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

Color convert

RGB 254 79 250 -
CMYK 0 0.69 0.02 0.00
HSL 301.37º 0.99% 0.65% -
HSV(B) 301.37º 0.69% 1% -
XYZ 60.92 33.56 93.71 -
YUV 150.82 183.98 201.6 -
System Red Green Blue C M Y K H S L
Decimal 254 79 250 0 0.69 0.02 0.00 301.37 0.99 0.65
Hex FE 4F FA 0 45 2 0 12D 63 41
Octal 376 117 372 0 105 2 0 455 143 101
Binary 11111110 1001111 11111010 0 1000101 10 0 100101101 1100011 1000001

Color Harmonies of #FE4FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4FFA

Black with #FE4FFA

Text Example


Text Example

White with #FE4FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4FFA; }

 p { color: rgb(254,79,250); }

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

background-color css

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

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

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

border-color css

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

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

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