Html Css Color HEX #F85FEE Pink Flamingo

📋 copy color: '#F85FEE'

red 248 ◦ green 95 ◦ blue 238

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

Shades of Pink Flamingo #F85FEE

Tints of Pink Flamingo #F85FEE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.35%

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

R = 42.69%
G = 16.35%
B = 40.96%

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

#F85FEE (or 0xF85FEE) is known color: Pink Flamingo. HEX triplet: F8, 5F and EE. RGB value is (248,95,238). Sum of RGB (Red+Green+Blue) = 248+95+238=581 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.69% from 581); Green value is 95 (37.5% from 255 or 16.35% from 581); Blue value is 238 (93.36% from 255 or 40.96% from 581); Max value from RGB is 248 - color contains mainly: red. Hex color #F85FEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85FEE is #07A011. Grayscale: #9C9C9C. Windows color (decimal): -499730 or 15622136. OLE color: 15622136.

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

Color convert

RGB 248 95 238 -
CMYK 0 0.62 0.04 0.03
HSL 303.92º 0.92% 0.67% -
HSV(B) 303.92º 0.62% 0.97% -
XYZ 58.24 34.31 84.44 -
YUV 157.05 173.69 192.87 -
System Red Green Blue C M Y K H S L
Decimal 248 95 238 0 0.62 0.04 0.03 303.92 0.92 0.67
Hex F8 5F EE 0 3E 4 3 130 5C 43
Octal 370 137 356 0 76 4 3 460 134 103
Binary 11111000 1011111 11101110 0 111110 100 11 100110000 1011100 1000011

Color Harmonies of #F85FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85FEE

Black with #F85FEE

Text Example


Text Example

White with #F85FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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