Html Css Color HEX #F855EF Pink Flamingo

📋 copy color: '#F855EF'

red 248 ◦ green 85 ◦ blue 239

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

Shades of Pink Flamingo #F855EF

Tints of Pink Flamingo #F855EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.78%

R = 43.36%
G = 14.86%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F855EF (or 0xF855EF) is known color: Pink Flamingo. HEX triplet: F8, 55 and EF. RGB value is (248,85,239). Sum of RGB (Red+Green+Blue) = 248+85+239=572 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.36% from 572); Green value is 85 (33.59% from 255 or 14.86% from 572); Blue value is 239 (93.75% from 255 or 41.78% from 572); Max value from RGB is 248 - color contains mainly: red. Hex color #F855EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F855EF is #07AA10. Grayscale: #969696. Windows color (decimal): -502289 or 15685112. OLE color: 15685112.

HSL color Cylindrical-coordinate representation of color #F855EF: hue angle of 303.31º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F855EF is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 85 239 -
CMYK 0 0.66 0.04 0.03
HSL 303.31º 0.92% 0.65% -
HSV(B) 303.31º 0.66% 0.97% -
XYZ 57.54 32.69 84.94 -
YUV 151.29 177.5 196.98 -
System Red Green Blue C M Y K H S L
Decimal 248 85 239 0 0.66 0.04 0.03 303.31 0.92 0.65
Hex F8 55 EF 0 42 4 3 12F 5C 41
Octal 370 125 357 0 102 4 3 457 134 101
Binary 11111000 1010101 11101111 0 1000010 100 11 100101111 1011100 1000001

Color Harmonies of #F855EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F855EF

Black with #F855EF

Text Example


Text Example

White with #F855EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F855EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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