Html Css Color HEX #F858EF Pink Flamingo

📋 copy color: '#F858EF'

red 248 ◦ green 88 ◦ blue 239

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

Shades of Pink Flamingo #F858EF

Tints of Pink Flamingo #F858EF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 15.3%

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

R = 43.13%
G = 15.3%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F858EF (or 0xF858EF) is known color: Pink Flamingo. HEX triplet: F8, 58 and EF. RGB value is (248,88,239). Sum of RGB (Red+Green+Blue) = 248+88+239=575 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.13% from 575); Green value is 88 (34.77% from 255 or 15.30% from 575); Blue value is 239 (93.75% from 255 or 41.57% from 575); Max value from RGB is 248 - color contains mainly: red. Hex color #F858EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F858EF is #07A710. Grayscale: #989898. Windows color (decimal): -501521 or 15685880. OLE color: 15685880.

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

Color convert

RGB 248 88 239 -
CMYK 0 0.65 0.04 0.03
HSL 303.38º 0.92% 0.66% -
HSV(B) 303.38º 0.65% 0.97% -
XYZ 57.78 33.17 85.02 -
YUV 153.05 176.51 195.72 -
System Red Green Blue C M Y K H S L
Decimal 248 88 239 0 0.65 0.04 0.03 303.38 0.92 0.66
Hex F8 58 EF 0 41 4 3 12F 5C 42
Octal 370 130 357 0 101 4 3 457 134 102
Binary 11111000 1011000 11101111 0 1000001 100 11 100101111 1011100 1000010

Color Harmonies of #F858EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F858EF

Black with #F858EF

Text Example


Text Example

White with #F858EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F858EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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