Html Css Color HEX #FE35FA Pink Flamingo

📋 copy color: '#FE35FA'

red 254 ◦ green 53 ◦ blue 250

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

Shades of Pink Flamingo #FE35FA

Tints of Pink Flamingo #FE35FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.88%

R = 45.6%
G = 9.52%
B = 44.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FE35FA (or 0xFE35FA) is known color: Pink Flamingo. HEX triplet: FE, 35 and FA. RGB value is (254,53,250). Sum of RGB (Red+Green+Blue) = 254+53+250=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 53 (21.09% from 255 or 9.52% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FE35FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE35FA is #01CA05. Grayscale: #868686. Windows color (decimal): -117254 or 16397822. OLE color: 16397822.

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

Color convert

RGB 254 53 250 -
CMYK 0 0.79 0.02 0.00
HSL 301.19º 0.99% 0.6% -
HSV(B) 301.19º 0.79% 1% -
XYZ 59.4 30.52 93.2 -
YUV 135.56 192.59 212.48 -
System Red Green Blue C M Y K H S L
Decimal 254 53 250 0 0.79 0.02 0.00 301.19 0.99 0.6
Hex FE 35 FA 0 4F 2 0 12D 63 3C
Octal 376 65 372 0 117 2 0 455 143 74
Binary 11111110 110101 11111010 0 1001111 10 0 100101101 1100011 111100

Color Harmonies of #FE35FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE35FA

Black with #FE35FA

Text Example


Text Example

White with #FE35FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE35FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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