Html Css Color HEX #F855FF Pink Flamingo

📋 copy color: '#F855FF'

red 248 ◦ green 85 ◦ blue 255

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

Shades of Pink Flamingo #F855FF

Tints of Pink Flamingo #F855FF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 14.46%

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

R = 42.18%
G = 14.46%
B = 43.37%

CMYK

 C value IS 0.03

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F855FF (or 0xF855FF) is known color: Pink Flamingo. HEX triplet: F8, 55 and FF. RGB value is (248,85,255). Sum of RGB (Red+Green+Blue) = 248+85+255=588 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.18% from 588); Green value is 85 (33.59% from 255 or 14.46% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #F855FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F855FF is #07AA00. Grayscale: #989898. Windows color (decimal): -502273 or 16733688. OLE color: 16733688.

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

Color convert

RGB 248 85 255 -
CMYK 0.03 0.67 0 0
HSL 297.53º 1% 0.67% -
HSV(B) 297.53º 0.67% 1% -
XYZ 60.01 33.67 97.94 -
YUV 153.12 185.5 195.68 -
System Red Green Blue C M Y K H S L
Decimal 248 85 255 0.03 0.67 0 0 297.53 1 0.67
Hex F8 55 FF 3 43 0 0 12A 64 43
Octal 370 125 377 3 103 0 0 452 144 103
Binary 11111000 1010101 11111111 11 1000011 0 0 100101010 1100100 1000011

Color Harmonies of #F855FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F855FF

Black with #F855FF

Text Example


Text Example

White with #F855FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F855FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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