Html Css Color HEX #F858EC Pink Flamingo

📋 copy color: '#F858EC'

red 248 ◦ green 88 ◦ blue 236

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

Shades of Pink Flamingo #F858EC

Tints of Pink Flamingo #F858EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.26%

R = 43.36%
G = 15.38%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#F858EC (or 0xF858EC) is known color: Pink Flamingo. HEX triplet: F8, 58 and EC. RGB value is (248,88,236). Sum of RGB (Red+Green+Blue) = 248+88+236=572 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.36% from 572); Green value is 88 (34.77% from 255 or 15.38% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 248 - color contains mainly: red. Hex color #F858EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F858EC is #07A713. Grayscale: #989898. Windows color (decimal): -501524 or 15489272. OLE color: 15489272.

HSL color Cylindrical-coordinate representation of color #F858EC: hue angle of 304.5º 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 #F858EC is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 88 236 -
CMYK 0 0.65 0.05 0.03
HSL 304.5º 0.92% 0.66% -
HSV(B) 304.5º 0.65% 0.97% -
XYZ 57.34 32.99 82.7 -
YUV 152.71 175.01 195.97 -
System Red Green Blue C M Y K H S L
Decimal 248 88 236 0 0.65 0.05 0.03 304.5 0.92 0.66
Hex F8 58 EC 0 41 5 3 130 5C 42
Octal 370 130 354 0 101 5 3 460 134 102
Binary 11111000 1011000 11101100 0 1000001 101 11 100110000 1011100 1000010

Color Harmonies of #F858EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F858EC

Black with #F858EC

Text Example


Text Example

White with #F858EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F858EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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