Html Css Color HEX #FF51F0 Pink Flamingo

📋 copy color: '#FF51F0'

red 255 ◦ green 81 ◦ blue 240

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

Shades of Pink Flamingo #FF51F0

Tints of Pink Flamingo #FF51F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 41.67%

R = 44.27%
G = 14.06%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#FF51F0 (or 0xFF51F0) is known color: Pink Flamingo. HEX triplet: FF, 51 and F0. RGB value is (255,81,240). Sum of RGB (Red+Green+Blue) = 255+81+240=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 81 (32.03% from 255 or 14.06% from 576); Blue value is 240 (94.14% from 255 or 41.67% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FF51F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF51F0 is #00AE0F. Grayscale: #969696. Windows color (decimal): -44560 or 15749631. OLE color: 15749631.

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

Color convert

RGB 255 81 240 -
CMYK 0 0.68 0.06 0
HSL 305.17º 1% 0.66% -
HSV(B) 305.17º 0.68% 1% -
XYZ 59.91 33.44 85.73 -
YUV 151.15 178.15 202.07 -
System Red Green Blue C M Y K H S L
Decimal 255 81 240 0 0.68 0.06 0 305.17 1 0.66
Hex FF 51 F0 0 44 6 0 131 64 42
Octal 377 121 360 0 104 6 0 461 144 102
Binary 11111111 1010001 11110000 0 1000100 110 0 100110001 1100100 1000010

Color Harmonies of #FF51F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF51F0

Black with #FF51F0

Text Example


Text Example

White with #FF51F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF51F0; }

 p { color: rgb(255,81,240); }

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

background-color css

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

 a { background-color: rgb(255,81,240); }

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

border-color css

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

 span { border-color: rgb(255,81,240); }

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