Html Css Color HEX #FE4BFA Pink Flamingo

📋 copy color: '#FE4BFA'

red 254 ◦ green 75 ◦ blue 250

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

Shades of Pink Flamingo #FE4BFA

Tints of Pink Flamingo #FE4BFA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 12.95%

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

R = 43.87%
G = 12.95%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FE4BFA (or 0xFE4BFA) is known color: Pink Flamingo. HEX triplet: FE, 4B and FA. RGB value is (254,75,250). Sum of RGB (Red+Green+Blue) = 254+75+250=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 75 (29.69% from 255 or 12.95% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4BFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE4BFA is #01B405. Grayscale: #939393. Windows color (decimal): -111622 or 16403454. OLE color: 16403454.

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

Color convert

RGB 254 75 250 -
CMYK 0 0.70 0.02 0.00
HSL 301.34º 0.99% 0.65% -
HSV(B) 301.34º 0.7% 1% -
XYZ 60.64 33.01 93.62 -
YUV 148.47 185.3 203.27 -
System Red Green Blue C M Y K H S L
Decimal 254 75 250 0 0.70 0.02 0.00 301.34 0.99 0.65
Hex FE 4B FA 0 46 2 0 12D 63 41
Octal 376 113 372 0 106 2 0 455 143 101
Binary 11111110 1001011 11111010 0 1000110 10 0 100101101 1100011 1000001

Color Harmonies of #FE4BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4BFA

Black with #FE4BFA

Text Example


Text Example

White with #FE4BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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