Html Css Color HEX #FE51F5 Pink Flamingo

📋 copy color: '#FE51F5'

red 254 ◦ green 81 ◦ blue 245

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

Shades of Pink Flamingo #FE51F5

Tints of Pink Flamingo #FE51F5

RGB

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

 GREEN value IS 81 (32.03% from 255) = 13.97%

 BLUE value IS 245 (96.09% from 255) = 42.24%

R = 43.79%
G = 13.97%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#FE51F5 (or 0xFE51F5) is known color: Pink Flamingo. HEX triplet: FE, 51 and F5. RGB value is (254,81,245). Sum of RGB (Red+Green+Blue) = 254+81+245=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 81 (32.03% from 255 or 13.97% from 580); Blue value is 245 (96.09% from 255 or 42.24% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FE51F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE51F5 is #01AE0A. Grayscale: #969696. Windows color (decimal): -110091 or 16077310. OLE color: 16077310.

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

Color convert

RGB 254 81 245 -
CMYK 0 0.68 0.04 0.00
HSL 303.12º 0.99% 0.66% -
HSV(B) 303.12º 0.68% 1% -
XYZ 60.3 33.55 89.68 -
YUV 151.42 180.81 201.16 -
System Red Green Blue C M Y K H S L
Decimal 254 81 245 0 0.68 0.04 0.00 303.12 0.99 0.66
Hex FE 51 F5 0 44 4 0 12F 63 42
Octal 376 121 365 0 104 4 0 457 143 102
Binary 11111110 1010001 11110101 0 1000100 100 0 100101111 1100011 1000010

Color Harmonies of #FE51F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE51F5

Black with #FE51F5

Text Example


Text Example

White with #FE51F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE51F5; }

 p { color: rgb(254,81,245); }

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

background-color css

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

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

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

border-color css

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

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

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