Html Css Color HEX #F85FFE Pink Flamingo

📋 copy color: '#F85FFE'

red 248 ◦ green 95 ◦ blue 254

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

Shades of Pink Flamingo #F85FFE

Tints of Pink Flamingo #F85FFE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 15.91%

 BLUE value IS 254 (99.61% from 255) = 42.55%

R = 41.54%
G = 15.91%
B = 42.55%

CMYK

 C value IS 0.02

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F85FFE (or 0xF85FFE) is known color: Pink Flamingo. HEX triplet: F8, 5F and FE. RGB value is (248,95,254). Sum of RGB (Red+Green+Blue) = 248+95+254=597 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.54% from 597); Green value is 95 (37.5% from 255 or 15.91% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #F85FFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85FFE is #07A001. Grayscale: #9E9E9E. Windows color (decimal): -499714 or 16670712. OLE color: 16670712.

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

Color convert

RGB 248 95 254 -
CMYK 0.02 0.63 0 0.00
HSL 297.74º 0.99% 0.68% -
HSV(B) 297.74º 0.63% 1% -
XYZ 60.69 35.3 97.38 -
YUV 158.87 181.69 191.57 -
System Red Green Blue C M Y K H S L
Decimal 248 95 254 0.02 0.63 0 0.00 297.74 0.99 0.68
Hex F8 5F FE 2 3F 0 0 12A 63 44
Octal 370 137 376 2 77 0 0 452 143 104
Binary 11111000 1011111 11111110 10 111111 0 0 100101010 1100011 1000100

Color Harmonies of #F85FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85FFE

Black with #F85FFE

Text Example


Text Example

White with #F85FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85FFE; }

 p { color: rgb(248,95,254); }

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

background-color css

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

 a { background-color: rgb(248,95,254); }

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

border-color css

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

 span { border-color: rgb(248,95,254); }

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