Html Css Color HEX #F863ED Pink Flamingo

📋 copy color: '#F863ED'

red 248 ◦ green 99 ◦ blue 237

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

Shades of Pink Flamingo #F863ED

Tints of Pink Flamingo #F863ED

RGB

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

 GREEN value IS 99 (39.06% from 255) = 16.95%

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

R = 42.47%
G = 16.95%
B = 40.58%

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

#F863ED (or 0xF863ED) is known color: Pink Flamingo. HEX triplet: F8, 63 and ED. RGB value is (248,99,237). Sum of RGB (Red+Green+Blue) = 248+99+237=584 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.47% from 584); Green value is 99 (39.06% from 255 or 16.95% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 248 - color contains mainly: red. Hex color #F863ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F863ED is #079C12. Grayscale: #9E9E9E. Windows color (decimal): -498707 or 15557624. OLE color: 15557624.

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

Color convert

RGB 248 99 237 -
CMYK 0 0.60 0.04 0.03
HSL 304.43º 0.91% 0.68% -
HSV(B) 304.43º 0.6% 0.97% -
XYZ 58.46 34.99 83.79 -
YUV 159.28 171.86 191.28 -
System Red Green Blue C M Y K H S L
Decimal 248 99 237 0 0.60 0.04 0.03 304.43 0.91 0.68
Hex F8 63 ED 0 3C 4 3 130 5B 44
Octal 370 143 355 0 74 4 3 460 133 104
Binary 11111000 1100011 11101101 0 111100 100 11 100110000 1011011 1000100

Color Harmonies of #F863ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F863ED

Black with #F863ED

Text Example


Text Example

White with #F863ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F863ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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