Html Css Color HEX #F850FC Pink Flamingo

📋 copy color: '#F850FC'

red 248 ◦ green 80 ◦ blue 252

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

Shades of Pink Flamingo #F850FC

Tints of Pink Flamingo #F850FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.45%

R = 42.76%
G = 13.79%
B = 43.45%

CMYK

 C value IS 0.02

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F850FC (or 0xF850FC) is known color: Pink Flamingo. HEX triplet: F8, 50 and FC. RGB value is (248,80,252). Sum of RGB (Red+Green+Blue) = 248+80+252=580 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.76% from 580); Green value is 80 (31.64% from 255 or 13.79% from 580); Blue value is 252 (98.83% from 255 or 43.45% from 580); Max value from RGB is 252 - color contains mainly: blue. Hex color #F850FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F850FC is #07AF03. Grayscale: #959595. Windows color (decimal): -503556 or 16535800. OLE color: 16535800.

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

Color convert

RGB 248 80 252 -
CMYK 0.02 0.68 0 0.01
HSL 298.6º 0.97% 0.65% -
HSV(B) 298.6º 0.68% 0.99% -
XYZ 59.15 32.72 95.29 -
YUV 149.84 185.66 198.01 -
System Red Green Blue C M Y K H S L
Decimal 248 80 252 0.02 0.68 0 0.01 298.6 0.97 0.65
Hex F8 50 FC 2 44 0 1 12B 61 41
Octal 370 120 374 2 104 0 1 453 141 101
Binary 11111000 1010000 11111100 10 1000100 0 1 100101011 1100001 1000001

Color Harmonies of #F850FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F850FC

Black with #F850FC

Text Example


Text Example

White with #F850FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F850FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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