Html Css Color HEX #FE3CF4 Pink Flamingo

📋 copy color: '#FE3CF4'

red 254 ◦ green 60 ◦ blue 244

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

Shades of Pink Flamingo #FE3CF4

Tints of Pink Flamingo #FE3CF4

RGB

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

 GREEN value IS 60 (23.83% from 255) = 10.75%

 BLUE value IS 244 (95.7% from 255) = 43.73%

R = 45.52%
G = 10.75%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#FE3CF4 (or 0xFE3CF4) is known color: Pink Flamingo. HEX triplet: FE, 3C and F4. RGB value is (254,60,244). Sum of RGB (Red+Green+Blue) = 254+60+244=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 60 (23.83% from 255 or 10.75% from 558); Blue value is 244 (95.70% from 255 or 43.73% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3CF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE3CF4 is #01C30B. Grayscale: #8A8A8A. Windows color (decimal): -115468 or 16006398. OLE color: 16006398.

HSL color Cylindrical-coordinate representation of color #FE3CF4: hue angle of 303.09º 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 #FE3CF4 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 60 244 -
CMYK 0 0.76 0.04 0.00
HSL 303.09º 0.99% 0.62% -
HSV(B) 303.09º 0.76% 1% -
XYZ 58.82 30.83 88.44 -
YUV 138.98 187.27 210.04 -
System Red Green Blue C M Y K H S L
Decimal 254 60 244 0 0.76 0.04 0.00 303.09 0.99 0.62
Hex FE 3C F4 0 4C 4 0 12F 63 3E
Octal 376 74 364 0 114 4 0 457 143 76
Binary 11111110 111100 11110100 0 1001100 100 0 100101111 1100011 111110

Color Harmonies of #FE3CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3CF4

Black with #FE3CF4

Text Example


Text Example

White with #FE3CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3CF4; }

 p { color: rgb(254,60,244); }

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

background-color css

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

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

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

border-color css

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

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

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