Html Css Color HEX #F869ED Pink Flamingo

📋 copy color: '#F869ED'

red 248 ◦ green 105 ◦ blue 237

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

Shades of Pink Flamingo #F869ED

Tints of Pink Flamingo #F869ED

RGB

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

 GREEN value IS 105 (41.41% from 255) = 17.8%

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

R = 42.03%
G = 17.8%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F869ED (or 0xF869ED) is known color: Pink Flamingo. HEX triplet: F8, 69 and ED. RGB value is (248,105,237). Sum of RGB (Red+Green+Blue) = 248+105+237=590 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.03% from 590); Green value is 105 (41.41% from 255 or 17.80% from 590); Blue value is 237 (92.97% from 255 or 40.17% from 590); Max value from RGB is 248 - color contains mainly: red. Hex color #F869ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F869ED is #079612. Grayscale: #A2A2A2. Windows color (decimal): -497171 or 15559160. OLE color: 15559160.

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

Color convert

RGB 248 105 237 -
CMYK 0 0.58 0.04 0.03
HSL 304.62º 0.91% 0.69% -
HSV(B) 304.62º 0.58% 0.97% -
XYZ 59.05 36.17 83.99 -
YUV 162.81 169.88 188.77 -
System Red Green Blue C M Y K H S L
Decimal 248 105 237 0 0.58 0.04 0.03 304.62 0.91 0.69
Hex F8 69 ED 0 3A 4 3 131 5B 45
Octal 370 151 355 0 72 4 3 461 133 105
Binary 11111000 1101001 11101101 0 111010 100 11 100110001 1011011 1000101

Color Harmonies of #F869ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F869ED

Black with #F869ED

Text Example


Text Example

White with #F869ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F869ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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