Html Css Color HEX #FE34FF Pink Flamingo

📋 copy color: '#FE34FF'

red 254 ◦ green 52 ◦ blue 255

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

Shades of Pink Flamingo #FE34FF

Tints of Pink Flamingo #FE34FF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 9.27%

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

R = 45.28%
G = 9.27%
B = 45.45%

CMYK

 C value IS 0.00

 M value IS 0.80

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FE34FF (or 0xFE34FF) is known color: Pink Flamingo. HEX triplet: FE, 34 and FF. RGB value is (254,52,255). Sum of RGB (Red+Green+Blue) = 254+52+255=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 52 (20.70% from 255 or 9.27% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE34FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE34FF is #01CB00. Grayscale: #868686. Windows color (decimal): -117505 or 16725246. OLE color: 16725246.

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

Color convert

RGB 254 52 255 -
CMYK 0.00 0.80 0 0
HSL 299.7º 1% 0.6% -
HSV(B) 299.7º 0.8% 1% -
XYZ 60.15 30.75 97.37 -
YUV 135.54 195.42 212.49 -
System Red Green Blue C M Y K H S L
Decimal 254 52 255 0.00 0.80 0 0 299.7 1 0.6
Hex FE 34 FF 0 50 0 0 12C 64 3C
Octal 376 64 377 0 120 0 0 454 144 74
Binary 11111110 110100 11111111 0 1010000 0 0 100101100 1100100 111100

Color Harmonies of #FE34FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE34FF

Black with #FE34FF

Text Example


Text Example

White with #FE34FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE34FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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