Html Css Color HEX #F865EE Pink Flamingo

📋 copy color: '#F865EE'

red 248 ◦ green 101 ◦ blue 238

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

Shades of Pink Flamingo #F865EE

Tints of Pink Flamingo #F865EE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 17.21%

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

R = 42.25%
G = 17.21%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F865EE (or 0xF865EE) is known color: Pink Flamingo. HEX triplet: F8, 65 and EE. RGB value is (248,101,238). Sum of RGB (Red+Green+Blue) = 248+101+238=587 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.25% from 587); Green value is 101 (39.84% from 255 or 17.21% from 587); Blue value is 238 (93.36% from 255 or 40.55% from 587); Max value from RGB is 248 - color contains mainly: red. Hex color #F865EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F865EE is #079A11. Grayscale: #A0A0A0. Windows color (decimal): -498194 or 15623672. OLE color: 15623672.

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

Color convert

RGB 248 101 238 -
CMYK 0 0.59 0.04 0.03
HSL 304.08º 0.91% 0.68% -
HSV(B) 304.08º 0.59% 0.97% -
XYZ 58.8 35.44 84.63 -
YUV 160.57 171.7 190.36 -
System Red Green Blue C M Y K H S L
Decimal 248 101 238 0 0.59 0.04 0.03 304.08 0.91 0.68
Hex F8 65 EE 0 3B 4 3 130 5B 44
Octal 370 145 356 0 73 4 3 460 133 104
Binary 11111000 1100101 11101110 0 111011 100 11 100110000 1011011 1000100

Color Harmonies of #F865EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F865EE

Black with #F865EE

Text Example


Text Example

White with #F865EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F865EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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