Html Css Color HEX #F854ED Pink Flamingo

📋 copy color: '#F854ED'

red 248 ◦ green 84 ◦ blue 237

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

Shades of Pink Flamingo #F854ED

Tints of Pink Flamingo #F854ED

RGB

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

 GREEN value IS 84 (33.2% from 255) = 14.76%

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

R = 43.59%
G = 14.76%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F854ED (or 0xF854ED) is known color: Pink Flamingo. HEX triplet: F8, 54 and ED. RGB value is (248,84,237). Sum of RGB (Red+Green+Blue) = 248+84+237=569 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.59% from 569); Green value is 84 (33.20% from 255 or 14.76% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 248 - color contains mainly: red. Hex color #F854ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F854ED is #07AB12. Grayscale: #969696. Windows color (decimal): -502547 or 15553784. OLE color: 15553784.

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

Color convert

RGB 248 84 237 -
CMYK 0 0.66 0.04 0.03
HSL 304.02º 0.92% 0.65% -
HSV(B) 304.02º 0.66% 0.97% -
XYZ 57.17 32.41 83.36 -
YUV 150.48 176.83 197.56 -
System Red Green Blue C M Y K H S L
Decimal 248 84 237 0 0.66 0.04 0.03 304.02 0.92 0.65
Hex F8 54 ED 0 42 4 3 130 5C 41
Octal 370 124 355 0 102 4 3 460 134 101
Binary 11111000 1010100 11101101 0 1000010 100 11 100110000 1011100 1000001

Color Harmonies of #F854ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F854ED

Black with #F854ED

Text Example


Text Example

White with #F854ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F854ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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