Html Css Color HEX #F855FA Pink Flamingo

📋 copy color: '#F855FA'

red 248 ◦ green 85 ◦ blue 250

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

Shades of Pink Flamingo #F855FA

Tints of Pink Flamingo #F855FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.88%

R = 42.54%
G = 14.58%
B = 42.88%

CMYK

 C value IS 0.01

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F855FA (or 0xF855FA) is known color: Pink Flamingo. HEX triplet: F8, 55 and FA. RGB value is (248,85,250). Sum of RGB (Red+Green+Blue) = 248+85+250=583 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.54% from 583); Green value is 85 (33.59% from 255 or 14.58% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 250 - color contains mainly: blue. Hex color #F855FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F855FA is #07AA05. Grayscale: #989898. Windows color (decimal): -502278 or 16406008. OLE color: 16406008.

HSL color Cylindrical-coordinate representation of color #F855FA: hue angle of 299.27º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F855FA is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 248 85 250 -
CMYK 0.01 0.66 0 0.02
HSL 299.27º 0.94% 0.66% -
HSV(B) 299.27º 0.66% 0.98% -
XYZ 59.22 33.36 93.76 -
YUV 152.55 183 196.08 -
System Red Green Blue C M Y K H S L
Decimal 248 85 250 0.01 0.66 0 0.02 299.27 0.94 0.66
Hex F8 55 FA 1 42 0 2 12B 5E 42
Octal 370 125 372 1 102 0 2 453 136 102
Binary 11111000 1010101 11111010 1 1000010 0 10 100101011 1011110 1000010

Color Harmonies of #F855FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F855FA

Black with #F855FA

Text Example


Text Example

White with #F855FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F855FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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