Html Css Color HEX #F854EE Pink Flamingo

📋 copy color: '#F854EE'

red 248 ◦ green 84 ◦ blue 238

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

Shades of Pink Flamingo #F854EE

Tints of Pink Flamingo #F854EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.75%

R = 43.51%
G = 14.74%
B = 41.75%

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

#F854EE (or 0xF854EE) is known color: Pink Flamingo. HEX triplet: F8, 54 and EE. RGB value is (248,84,238). Sum of RGB (Red+Green+Blue) = 248+84+238=570 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.51% from 570); Green value is 84 (33.20% from 255 or 14.74% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 248 - color contains mainly: red. Hex color #F854EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F854EE is #07AB11. Grayscale: #969696. Windows color (decimal): -502546 or 15619320. OLE color: 15619320.

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

Color convert

RGB 248 84 238 -
CMYK 0 0.66 0.04 0.03
HSL 303.66º 0.92% 0.65% -
HSV(B) 303.66º 0.66% 0.97% -
XYZ 57.31 32.47 84.14 -
YUV 150.59 177.33 197.48 -
System Red Green Blue C M Y K H S L
Decimal 248 84 238 0 0.66 0.04 0.03 303.66 0.92 0.65
Hex F8 54 EE 0 42 4 3 130 5C 41
Octal 370 124 356 0 102 4 3 460 134 101
Binary 11111000 1010100 11101110 0 1000010 100 11 100110000 1011100 1000001

Color Harmonies of #F854EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F854EE

Black with #F854EE

Text Example


Text Example

White with #F854EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F854EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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