Html Css Color HEX #FF57F0 Pink Flamingo

📋 copy color: '#FF57F0'

red 255 ◦ green 87 ◦ blue 240

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

Shades of Pink Flamingo #FF57F0

Tints of Pink Flamingo #FF57F0

RGB

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

 GREEN value IS 87 (34.38% from 255) = 14.95%

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

R = 43.81%
G = 14.95%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#FF57F0 (or 0xFF57F0) is known color: Pink Flamingo. HEX triplet: FF, 57 and F0. RGB value is (255,87,240). Sum of RGB (Red+Green+Blue) = 255+87+240=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 87 (34.38% from 255 or 14.95% from 582); Blue value is 240 (94.14% from 255 or 41.24% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FF57F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF57F0 is #00A80F. Grayscale: #9A9A9A. Windows color (decimal): -43024 or 15751167. OLE color: 15751167.

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

Color convert

RGB 255 87 240 -
CMYK 0 0.66 0.06 0
HSL 305.36º 1% 0.67% -
HSV(B) 305.36º 0.66% 1% -
XYZ 60.38 34.37 85.89 -
YUV 154.67 176.16 199.56 -
System Red Green Blue C M Y K H S L
Decimal 255 87 240 0 0.66 0.06 0 305.36 1 0.67
Hex FF 57 F0 0 42 6 0 131 64 43
Octal 377 127 360 0 102 6 0 461 144 103
Binary 11111111 1010111 11110000 0 1000010 110 0 100110001 1100100 1000011

Color Harmonies of #FF57F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF57F0

Black with #FF57F0

Text Example


Text Example

White with #FF57F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF57F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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