Html Css Color HEX #FF52F1 Pink Flamingo

📋 copy color: '#FF52F1'

red 255 ◦ green 82 ◦ blue 241

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

Shades of Pink Flamingo #FF52F1

Tints of Pink Flamingo #FF52F1

RGB

 RED value IS 255 (100% from 255) = 44.12%

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

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

R = 44.12%
G = 14.19%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#FF52F1 (or 0xFF52F1) is known color: Pink Flamingo. HEX triplet: FF, 52 and F1. RGB value is (255,82,241). Sum of RGB (Red+Green+Blue) = 255+82+241=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 82 (32.42% from 255 or 14.19% from 578); Blue value is 241 (94.53% from 255 or 41.70% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FF52F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF52F1 is #00AD0E. Grayscale: #979797. Windows color (decimal): -44303 or 15815423. OLE color: 15815423.

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

Color convert

RGB 255 82 241 -
CMYK 0 0.68 0.05 0
HSL 304.86º 1% 0.66% -
HSV(B) 304.86º 0.68% 1% -
XYZ 60.13 33.65 86.54 -
YUV 151.85 178.31 201.57 -
System Red Green Blue C M Y K H S L
Decimal 255 82 241 0 0.68 0.05 0 304.86 1 0.66
Hex FF 52 F1 0 44 5 0 131 64 42
Octal 377 122 361 0 104 5 0 461 144 102
Binary 11111111 1010010 11110001 0 1000100 101 0 100110001 1100100 1000010

Color Harmonies of #FF52F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF52F1

Black with #FF52F1

Text Example


Text Example

White with #FF52F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF52F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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