Html Css Color HEX #F858ED Pink Flamingo

📋 copy color: '#F858ED'

red 248 ◦ green 88 ◦ blue 237

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

Shades of Pink Flamingo #F858ED

Tints of Pink Flamingo #F858ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.36%

R = 43.28%
G = 15.36%
B = 41.36%

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

#F858ED (or 0xF858ED) is known color: Pink Flamingo. HEX triplet: F8, 58 and ED. RGB value is (248,88,237). Sum of RGB (Red+Green+Blue) = 248+88+237=573 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.28% from 573); Green value is 88 (34.77% from 255 or 15.36% from 573); Blue value is 237 (92.97% from 255 or 41.36% from 573); Max value from RGB is 248 - color contains mainly: red. Hex color #F858ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F858ED is #07A712. Grayscale: #989898. Windows color (decimal): -501523 or 15554808. OLE color: 15554808.

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

Color convert

RGB 248 88 237 -
CMYK 0 0.65 0.04 0.03
HSL 304.13º 0.92% 0.66% -
HSV(B) 304.13º 0.65% 0.97% -
XYZ 57.49 33.05 83.47 -
YUV 152.83 175.51 195.88 -
System Red Green Blue C M Y K H S L
Decimal 248 88 237 0 0.65 0.04 0.03 304.13 0.92 0.66
Hex F8 58 ED 0 41 4 3 130 5C 42
Octal 370 130 355 0 101 4 3 460 134 102
Binary 11111000 1011000 11101101 0 1000001 100 11 100110000 1011100 1000010

Color Harmonies of #F858ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F858ED

Black with #F858ED

Text Example


Text Example

White with #F858ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F858ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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