Html Css Color HEX #F850FA Pink Flamingo

📋 copy color: '#F850FA'

red 248 ◦ green 80 ◦ blue 250

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

Shades of Pink Flamingo #F850FA

Tints of Pink Flamingo #F850FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.25%

R = 42.91%
G = 13.84%
B = 43.25%

CMYK

 C value IS 0.01

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F850FA (or 0xF850FA) is known color: Pink Flamingo. HEX triplet: F8, 50 and FA. RGB value is (248,80,250). Sum of RGB (Red+Green+Blue) = 248+80+250=578 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.91% from 578); Green value is 80 (31.64% from 255 or 13.84% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 250 - color contains mainly: blue. Hex color #F850FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F850FA is #07AF05. Grayscale: #959595. Windows color (decimal): -503558 or 16404728. OLE color: 16404728.

HSL color Cylindrical-coordinate representation of color #F850FA: hue angle of 299.29º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F850FA is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 248 80 250 -
CMYK 0.01 0.68 0 0.02
HSL 299.29º 0.94% 0.65% -
HSV(B) 299.29º 0.68% 0.98% -
XYZ 58.84 32.6 93.63 -
YUV 149.61 184.66 198.18 -
System Red Green Blue C M Y K H S L
Decimal 248 80 250 0.01 0.68 0 0.02 299.29 0.94 0.65
Hex F8 50 FA 1 44 0 2 12B 5E 41
Octal 370 120 372 1 104 0 2 453 136 101
Binary 11111000 1010000 11111010 1 1000100 0 10 100101011 1011110 1000001

Color Harmonies of #F850FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F850FA

Black with #F850FA

Text Example


Text Example

White with #F850FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F850FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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