Html Css Color HEX #FE3EFA Pink Flamingo

📋 copy color: '#FE3EFA'

red 254 ◦ green 62 ◦ blue 250

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

Shades of Pink Flamingo #FE3EFA

Tints of Pink Flamingo #FE3EFA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 10.95%

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

R = 44.88%
G = 10.95%
B = 44.17%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FE3EFA (or 0xFE3EFA) is known color: Pink Flamingo. HEX triplet: FE, 3E and FA. RGB value is (254,62,250). Sum of RGB (Red+Green+Blue) = 254+62+250=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 62 (24.61% from 255 or 10.95% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3EFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE3EFA is #01C105. Grayscale: #8C8C8C. Windows color (decimal): -114950 or 16400126. OLE color: 16400126.

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

Color convert

RGB 254 62 250 -
CMYK 0 0.76 0.02 0.00
HSL 301.25º 0.99% 0.62% -
HSV(B) 301.25º 0.76% 1% -
XYZ 59.85 31.42 93.35 -
YUV 140.84 189.61 208.71 -
System Red Green Blue C M Y K H S L
Decimal 254 62 250 0 0.76 0.02 0.00 301.25 0.99 0.62
Hex FE 3E FA 0 4C 2 0 12D 63 3E
Octal 376 76 372 0 114 2 0 455 143 76
Binary 11111110 111110 11111010 0 1001100 10 0 100101101 1100011 111110

Color Harmonies of #FE3EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3EFA

Black with #FE3EFA

Text Example


Text Example

White with #FE3EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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