Html Css Color HEX #FD51F2 Pink Flamingo

📋 copy color: '#FD51F2'

red 253 ◦ green 81 ◦ blue 242

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

Shades of Pink Flamingo #FD51F2

Tints of Pink Flamingo #FD51F2

RGB

 RED value IS 253 (99.22% from 255) = 43.92%

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

 BLUE value IS 242 (94.92% from 255) = 42.01%

R = 43.92%
G = 14.06%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FD51F2 (or 0xFD51F2) is known color: Pink Flamingo. HEX triplet: FD, 51 and F2. RGB value is (253,81,242). Sum of RGB (Red+Green+Blue) = 253+81+242=576 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.92% from 576); Green value is 81 (32.03% from 255 or 14.06% from 576); Blue value is 242 (94.92% from 255 or 42.01% from 576); Max value from RGB is 253 - color contains mainly: red. Hex color #FD51F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD51F2 is #02AE0D. Grayscale: #969696. Windows color (decimal): -175630 or 15880701. OLE color: 15880701.

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

Color convert

RGB 253 81 242 -
CMYK 0 0.68 0.04 0.01
HSL 303.84º 0.98% 0.65% -
HSV(B) 303.84º 0.68% 0.99% -
XYZ 59.48 33.18 87.27 -
YUV 150.78 179.48 200.91 -
System Red Green Blue C M Y K H S L
Decimal 253 81 242 0 0.68 0.04 0.01 303.84 0.98 0.65
Hex FD 51 F2 0 44 4 1 130 62 41
Octal 375 121 362 0 104 4 1 460 142 101
Binary 11111101 1010001 11110010 0 1000100 100 1 100110000 1100010 1000001

Color Harmonies of #FD51F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD51F2

Black with #FD51F2

Text Example


Text Example

White with #FD51F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD51F2; }

 p { color: rgb(253,81,242); }

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

background-color css

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

 a { background-color: rgb(253,81,242); }

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

border-color css

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

 span { border-color: rgb(253,81,242); }

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