Html Css Color HEX #FE52F1 Pink Flamingo

📋 copy color: '#FE52F1'

red 254 ◦ green 82 ◦ blue 241

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

Shades of Pink Flamingo #FE52F1

Tints of Pink Flamingo #FE52F1

RGB

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

 GREEN value IS 82 (32.42% from 255) = 14.21%

 BLUE value IS 241 (94.53% from 255) = 41.77%

R = 44.02%
G = 14.21%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#FE52F1 (or 0xFE52F1) is known color: Pink Flamingo. HEX triplet: FE, 52 and F1. RGB value is (254,82,241). Sum of RGB (Red+Green+Blue) = 254+82+241=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 82 (32.42% from 255 or 14.21% from 577); Blue value is 241 (94.53% from 255 or 41.77% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FE52F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE52F1 is #01AD0E. Grayscale: #979797. Windows color (decimal): -109839 or 15815422. OLE color: 15815422.

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

Color convert

RGB 254 82 241 -
CMYK 0 0.68 0.05 0.00
HSL 304.53º 0.99% 0.66% -
HSV(B) 304.53º 0.68% 1% -
XYZ 59.77 33.46 86.53 -
YUV 151.55 178.48 201.07 -
System Red Green Blue C M Y K H S L
Decimal 254 82 241 0 0.68 0.05 0.00 304.53 0.99 0.66
Hex FE 52 F1 0 44 5 0 131 63 42
Octal 376 122 361 0 104 5 0 461 143 102
Binary 11111110 1010010 11110001 0 1000100 101 0 100110001 1100011 1000010

Color Harmonies of #FE52F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE52F1

Black with #FE52F1

Text Example


Text Example

White with #FE52F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE52F1; }

 p { color: rgb(254,82,241); }

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

background-color css

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

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

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

border-color css

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

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

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