Html Css Color HEX #F85EFF Pink Flamingo

📋 copy color: '#F85EFF'

red 248 ◦ green 94 ◦ blue 255

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

Shades of Pink Flamingo #F85EFF

Tints of Pink Flamingo #F85EFF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 15.75%

 BLUE value IS 255 (100% from 255) = 42.71%

R = 41.54%
G = 15.75%
B = 42.71%

CMYK

 C value IS 0.03

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F85EFF (or 0xF85EFF) is known color: Pink Flamingo. HEX triplet: F8, 5E and FF. RGB value is (248,94,255). Sum of RGB (Red+Green+Blue) = 248+94+255=597 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.54% from 597); Green value is 94 (37.11% from 255 or 15.75% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #F85EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85EFF is #07A100. Grayscale: #9D9D9D. Windows color (decimal): -499969 or 16735992. OLE color: 16735992.

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

Color convert

RGB 248 94 255 -
CMYK 0.03 0.63 0 0
HSL 297.39º 1% 0.68% -
HSV(B) 297.39º 0.63% 1% -
XYZ 60.76 35.18 98.2 -
YUV 158.4 182.52 191.91 -
System Red Green Blue C M Y K H S L
Decimal 248 94 255 0.03 0.63 0 0 297.39 1 0.68
Hex F8 5E FF 3 3F 0 0 129 64 44
Octal 370 136 377 3 77 0 0 451 144 104
Binary 11111000 1011110 11111111 11 111111 0 0 100101001 1100100 1000100

Color Harmonies of #F85EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85EFF

Black with #F85EFF

Text Example


Text Example

White with #F85EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85EFF; }

 p { color: rgb(248,94,255); }

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

background-color css

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

 a { background-color: rgb(248,94,255); }

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

border-color css

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

 span { border-color: rgb(248,94,255); }

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