Html Css Color HEX #F85BFA Pink Flamingo

📋 copy color: '#F85BFA'

red 248 ◦ green 91 ◦ blue 250

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

Shades of Pink Flamingo #F85BFA

Tints of Pink Flamingo #F85BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.44%

R = 42.11%
G = 15.45%
B = 42.44%

CMYK

 C value IS 0.01

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F85BFA (or 0xF85BFA) is known color: Pink Flamingo. HEX triplet: F8, 5B and FA. RGB value is (248,91,250). Sum of RGB (Red+Green+Blue) = 248+91+250=589 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.11% from 589); Green value is 91 (35.94% from 255 or 15.45% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #F85BFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85BFA is #07A405. Grayscale: #9B9B9B. Windows color (decimal): -500742 or 16407544. OLE color: 16407544.

HSL color Cylindrical-coordinate representation of color #F85BFA: hue angle of 299.25º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F85BFA is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 248 91 250 -
CMYK 0.01 0.64 0 0.02
HSL 299.25º 0.94% 0.67% -
HSV(B) 299.25º 0.64% 0.98% -
XYZ 59.71 34.34 93.92 -
YUV 156.07 181.01 193.57 -
System Red Green Blue C M Y K H S L
Decimal 248 91 250 0.01 0.64 0 0.02 299.25 0.94 0.67
Hex F8 5B FA 1 40 0 2 12B 5E 43
Octal 370 133 372 1 100 0 2 453 136 103
Binary 11111000 1011011 11111010 1 1000000 0 10 100101011 1011110 1000011

Color Harmonies of #F85BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85BFA

Black with #F85BFA

Text Example


Text Example

White with #F85BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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