Html Css Color HEX #F85DFE Pink Flamingo

📋 copy color: '#F85DFE'

red 248 ◦ green 93 ◦ blue 254

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

Shades of Pink Flamingo #F85DFE

Tints of Pink Flamingo #F85DFE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 15.63%

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

R = 41.68%
G = 15.63%
B = 42.69%

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

#F85DFE (or 0xF85DFE) is known color: Pink Flamingo. HEX triplet: F8, 5D and FE. RGB value is (248,93,254). Sum of RGB (Red+Green+Blue) = 248+93+254=595 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.68% from 595); Green value is 93 (36.72% from 255 or 15.63% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #F85DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85DFE is #07A201. Grayscale: #9D9D9D. Windows color (decimal): -500226 or 16670200. OLE color: 16670200.

HSL color Cylindrical-coordinate representation of color #F85DFE: hue angle of 297.76º 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 #F85DFE is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 248 93 254 -
CMYK 0.02 0.63 0 0.00
HSL 297.76º 0.99% 0.68% -
HSV(B) 297.76º 0.63% 1% -
XYZ 60.52 34.94 97.32 -
YUV 157.7 182.35 192.41 -
System Red Green Blue C M Y K H S L
Decimal 248 93 254 0.02 0.63 0 0.00 297.76 0.99 0.68
Hex F8 5D FE 2 3F 0 0 12A 63 44
Octal 370 135 376 2 77 0 0 452 143 104
Binary 11111000 1011101 11111110 10 111111 0 0 100101010 1100011 1000100

Color Harmonies of #F85DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85DFE

Black with #F85DFE

Text Example


Text Example

White with #F85DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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