Html Css Color HEX #F85DEE Pink Flamingo

📋 copy color: '#F85DEE'

red 248 ◦ green 93 ◦ blue 238

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

Shades of Pink Flamingo #F85DEE

Tints of Pink Flamingo #F85DEE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.06%

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

R = 42.83%
G = 16.06%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F85DEE (or 0xF85DEE) is known color: Pink Flamingo. HEX triplet: F8, 5D and EE. RGB value is (248,93,238). Sum of RGB (Red+Green+Blue) = 248+93+238=579 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.83% from 579); Green value is 93 (36.72% from 255 or 16.06% from 579); Blue value is 238 (93.36% from 255 or 41.11% from 579); Max value from RGB is 248 - color contains mainly: red. Hex color #F85DEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85DEE is #07A211. Grayscale: #9B9B9B. Windows color (decimal): -500242 or 15621624. OLE color: 15621624.

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

Color convert

RGB 248 93 238 -
CMYK 0 0.62 0.04 0.03
HSL 303.87º 0.92% 0.67% -
HSV(B) 303.87º 0.63% 0.97% -
XYZ 58.06 33.96 84.38 -
YUV 155.88 174.35 193.71 -
System Red Green Blue C M Y K H S L
Decimal 248 93 238 0 0.62 0.04 0.03 303.87 0.92 0.67
Hex F8 5D EE 0 3E 4 3 130 5C 43
Octal 370 135 356 0 76 4 3 460 134 103
Binary 11111000 1011101 11101110 0 111110 100 11 100110000 1011100 1000011

Color Harmonies of #F85DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85DEE

Black with #F85DEE

Text Example


Text Example

White with #F85DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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