Html Css Color HEX #F856F2 Pink Flamingo

📋 copy color: '#F856F2'

red 248 ◦ green 86 ◦ blue 242

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

Shades of Pink Flamingo #F856F2

Tints of Pink Flamingo #F856F2

RGB

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

 GREEN value IS 86 (33.98% from 255) = 14.93%

 BLUE value IS 242 (94.92% from 255) = 42.01%

R = 43.06%
G = 14.93%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#F856F2 (or 0xF856F2) is known color: Pink Flamingo. HEX triplet: F8, 56 and F2. RGB value is (248,86,242). Sum of RGB (Red+Green+Blue) = 248+86+242=576 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.06% from 576); Green value is 86 (33.98% from 255 or 14.93% from 576); Blue value is 242 (94.92% from 255 or 42.01% from 576); Max value from RGB is 248 - color contains mainly: red. Hex color #F856F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F856F2 is #07A90D. Grayscale: #979797. Windows color (decimal): -502030 or 15881976. OLE color: 15881976.

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

Color convert

RGB 248 86 242 -
CMYK 0 0.65 0.02 0.03
HSL 302.22º 0.92% 0.65% -
HSV(B) 302.22º 0.65% 0.97% -
XYZ 58.07 33.02 87.32 -
YUV 152.22 178.67 196.32 -
System Red Green Blue C M Y K H S L
Decimal 248 86 242 0 0.65 0.02 0.03 302.22 0.92 0.65
Hex F8 56 F2 0 41 2 3 12E 5C 41
Octal 370 126 362 0 101 2 3 456 134 101
Binary 11111000 1010110 11110010 0 1000001 10 11 100101110 1011100 1000001

Color Harmonies of #F856F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F856F2

Black with #F856F2

Text Example


Text Example

White with #F856F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F856F2; }

 p { color: rgb(248,86,242); }

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

background-color css

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

 a { background-color: rgb(248,86,242); }

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

border-color css

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

 span { border-color: rgb(248,86,242); }

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