Html Css Color HEX #F850ED Pink Flamingo

📋 copy color: '#F850ED'

red 248 ◦ green 80 ◦ blue 237

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

Shades of Pink Flamingo #F850ED

Tints of Pink Flamingo #F850ED

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.16%

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

R = 43.89%
G = 14.16%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F850ED (or 0xF850ED) is known color: Pink Flamingo. HEX triplet: F8, 50 and ED. RGB value is (248,80,237). Sum of RGB (Red+Green+Blue) = 248+80+237=565 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.89% from 565); Green value is 80 (31.64% from 255 or 14.16% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 248 - color contains mainly: red. Hex color #F850ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F850ED is #07AF12. Grayscale: #939393. Windows color (decimal): -503571 or 15552760. OLE color: 15552760.

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

Color convert

RGB 248 80 237 -
CMYK 0 0.68 0.04 0.03
HSL 303.93º 0.92% 0.64% -
HSV(B) 303.93º 0.68% 0.97% -
XYZ 56.87 31.81 83.26 -
YUV 148.13 178.16 199.23 -
System Red Green Blue C M Y K H S L
Decimal 248 80 237 0 0.68 0.04 0.03 303.93 0.92 0.64
Hex F8 50 ED 0 44 4 3 130 5C 40
Octal 370 120 355 0 104 4 3 460 134 100
Binary 11111000 1010000 11101101 0 1000100 100 11 100110000 1011100 1000000

Color Harmonies of #F850ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F850ED

Black with #F850ED

Text Example


Text Example

White with #F850ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F850ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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