Html Css Color HEX #FE36FF Pink Flamingo

📋 copy color: '#FE36FF'

red 254 ◦ green 54 ◦ blue 255

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

Shades of Pink Flamingo #FE36FF

Tints of Pink Flamingo #FE36FF

RGB

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

 GREEN value IS 54 (21.48% from 255) = 9.59%

 BLUE value IS 255 (100% from 255) = 45.29%

R = 45.12%
G = 9.59%
B = 45.29%

CMYK

 C value IS 0.00

 M value IS 0.79

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FE36FF (or 0xFE36FF) is known color: Pink Flamingo. HEX triplet: FE, 36 and FF. RGB value is (254,54,255). Sum of RGB (Red+Green+Blue) = 254+54+255=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 54 (21.48% from 255 or 9.59% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE36FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE36FF is #01C900. Grayscale: #888888. Windows color (decimal): -116993 or 16725758. OLE color: 16725758.

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

Color convert

RGB 254 54 255 -
CMYK 0.00 0.79 0 0
HSL 299.7º 1% 0.61% -
HSV(B) 299.7º 0.79% 1% -
XYZ 60.24 30.93 97.4 -
YUV 136.71 194.76 211.66 -
System Red Green Blue C M Y K H S L
Decimal 254 54 255 0.00 0.79 0 0 299.7 1 0.61
Hex FE 36 FF 0 4F 0 0 12C 64 3D
Octal 376 66 377 0 117 0 0 454 144 75
Binary 11111110 110110 11111111 0 1001111 0 0 100101100 1100100 111101

Color Harmonies of #FE36FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE36FF

Black with #FE36FF

Text Example


Text Example

White with #FE36FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE36FF; }

 p { color: rgb(254,54,255); }

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

background-color css

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

 a { background-color: rgb(254,54,255); }

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

border-color css

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

 span { border-color: rgb(254,54,255); }

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