Html Css Color HEX #F862ED Pink Flamingo

📋 copy color: '#F862ED'

red 248 ◦ green 98 ◦ blue 237

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

Shades of Pink Flamingo #F862ED

Tints of Pink Flamingo #F862ED

RGB

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

 GREEN value IS 98 (38.67% from 255) = 16.81%

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

R = 42.54%
G = 16.81%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F862ED (or 0xF862ED) is known color: Pink Flamingo. HEX triplet: F8, 62 and ED. RGB value is (248,98,237). Sum of RGB (Red+Green+Blue) = 248+98+237=583 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.54% from 583); Green value is 98 (38.67% from 255 or 16.81% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 248 - color contains mainly: red. Hex color #F862ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F862ED is #079D12. Grayscale: #9E9E9E. Windows color (decimal): -498963 or 15557368. OLE color: 15557368.

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

Color convert

RGB 248 98 237 -
CMYK 0 0.60 0.04 0.03
HSL 304.4º 0.91% 0.68% -
HSV(B) 304.4º 0.6% 0.97% -
XYZ 58.37 34.81 83.76 -
YUV 158.7 172.2 191.7 -
System Red Green Blue C M Y K H S L
Decimal 248 98 237 0 0.60 0.04 0.03 304.4 0.91 0.68
Hex F8 62 ED 0 3C 4 3 130 5B 44
Octal 370 142 355 0 74 4 3 460 133 104
Binary 11111000 1100010 11101101 0 111100 100 11 100110000 1011011 1000100

Color Harmonies of #F862ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F862ED

Black with #F862ED

Text Example


Text Example

White with #F862ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F862ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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