Html Css Color HEX #FE3BF6 Pink Flamingo

📋 copy color: '#FE3BF6'

red 254 ◦ green 59 ◦ blue 246

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

Shades of Pink Flamingo #FE3BF6

Tints of Pink Flamingo #FE3BF6

RGB

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

 GREEN value IS 59 (23.44% from 255) = 10.55%

 BLUE value IS 246 (96.48% from 255) = 44.01%

R = 45.44%
G = 10.55%
B = 44.01%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#FE3BF6 (or 0xFE3BF6) is known color: Pink Flamingo. HEX triplet: FE, 3B and F6. RGB value is (254,59,246). Sum of RGB (Red+Green+Blue) = 254+59+246=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 59 (23.44% from 255 or 10.55% from 559); Blue value is 246 (96.48% from 255 or 44.01% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3BF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE3BF6 is #01C409. Grayscale: #8A8A8A. Windows color (decimal): -115722 or 16137214. OLE color: 16137214.

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

Color convert

RGB 254 59 246 -
CMYK 0 0.77 0.03 0.00
HSL 302.46º 0.99% 0.61% -
HSV(B) 302.46º 0.77% 1% -
XYZ 59.07 30.85 90.03 -
YUV 138.62 188.6 210.29 -
System Red Green Blue C M Y K H S L
Decimal 254 59 246 0 0.77 0.03 0.00 302.46 0.99 0.61
Hex FE 3B F6 0 4D 3 0 12E 63 3D
Octal 376 73 366 0 115 3 0 456 143 75
Binary 11111110 111011 11110110 0 1001101 11 0 100101110 1100011 111101

Color Harmonies of #FE3BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3BF6

Black with #FE3BF6

Text Example


Text Example

White with #FE3BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3BF6; }

 p { color: rgb(254,59,246); }

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

background-color css

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

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

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

border-color css

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

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

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