Html Css Color HEX #FE35FE Pink Flamingo

📋 copy color: '#FE35FE'

red 254 ◦ green 53 ◦ blue 254

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

Shades of Pink Flamingo #FE35FE

Tints of Pink Flamingo #FE35FE

RGB

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

 GREEN value IS 53 (21.09% from 255) = 9.45%

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

R = 45.28%
G = 9.45%
B = 45.28%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FE35FE (or 0xFE35FE) is known color: Pink Flamingo. HEX triplet: FE, 35 and FE. RGB value is (254,53,254). Sum of RGB (Red+Green+Blue) = 254+53+254=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 53 (21.09% from 255 or 9.45% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE35FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE35FE is #01CA01. Grayscale: #878787. Windows color (decimal): -117250 or 16659966. OLE color: 16659966.

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

Color convert

RGB 254 53 254 -
CMYK 0 0.79 0 0.00
HSL 300º 0.99% 0.6% -
HSV(B) 300º 0.79% 1% -
XYZ 60.04 30.77 96.54 -
YUV 136.01 194.59 212.16 -
System Red Green Blue C M Y K H S L
Decimal 254 53 254 0 0.79 0 0.00 300 0.99 0.6
Hex FE 35 FE 0 4F 0 0 12C 63 3C
Octal 376 65 376 0 117 0 0 454 143 74
Binary 11111110 110101 11111110 0 1001111 0 0 100101100 1100011 111100

Color Harmonies of #FE35FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE35FE

Black with #FE35FE

Text Example


Text Example

White with #FE35FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE35FE; }

 p { color: rgb(254,53,254); }

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

background-color css

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

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

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

border-color css

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

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

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