Html Css Color HEX #F85BF1 Pink Flamingo

📋 copy color: '#F85BF1'

red 248 ◦ green 91 ◦ blue 241

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

Shades of Pink Flamingo #F85BF1

Tints of Pink Flamingo #F85BF1

RGB

 RED value IS 248 (97.27% from 255) = 42.76%

 GREEN value IS 91 (35.94% from 255) = 15.69%

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

R = 42.76%
G = 15.69%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#F85BF1 (or 0xF85BF1) is known color: Pink Flamingo. HEX triplet: F8, 5B and F1. RGB value is (248,91,241). Sum of RGB (Red+Green+Blue) = 248+91+241=580 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.76% from 580); Green value is 91 (35.94% from 255 or 15.69% from 580); Blue value is 241 (94.53% from 255 or 41.55% from 580); Max value from RGB is 248 - color contains mainly: red. Hex color #F85BF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85BF1 is #07A40E. Grayscale: #9A9A9A. Windows color (decimal): -500751 or 15817720. OLE color: 15817720.

HSL color Cylindrical-coordinate representation of color #F85BF1: hue angle of 302.68º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F85BF1 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 91 241 -
CMYK 0 0.63 0.03 0.03
HSL 302.68º 0.92% 0.66% -
HSV(B) 302.68º 0.63% 0.97% -
XYZ 58.33 33.79 86.67 -
YUV 155.04 176.51 194.3 -
System Red Green Blue C M Y K H S L
Decimal 248 91 241 0 0.63 0.03 0.03 302.68 0.92 0.66
Hex F8 5B F1 0 3F 3 3 12F 5C 42
Octal 370 133 361 0 77 3 3 457 134 102
Binary 11111000 1011011 11110001 0 111111 11 11 100101111 1011100 1000010

Color Harmonies of #F85BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85BF1

Black with #F85BF1

Text Example


Text Example

White with #F85BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85BF1; }

 p { color: rgb(248,91,241); }

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

background-color css

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

 a { background-color: rgb(248,91,241); }

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

border-color css

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

 span { border-color: rgb(248,91,241); }

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