Html Css Color HEX #F849FE Pink Flamingo

📋 copy color: '#F849FE'

red 248 ◦ green 73 ◦ blue 254

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

Shades of Pink Flamingo #F849FE

Tints of Pink Flamingo #F849FE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 12.7%

 BLUE value IS 254 (99.61% from 255) = 44.17%

R = 43.13%
G = 12.7%
B = 44.17%

CMYK

 C value IS 0.02

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F849FE (or 0xF849FE) is known color: Pink Flamingo. HEX triplet: F8, 49 and FE. RGB value is (248,73,254). Sum of RGB (Red+Green+Blue) = 248+73+254=575 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.13% from 575); Green value is 73 (28.91% from 255 or 12.70% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #F849FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F849FE is #07B601. Grayscale: #919191. Windows color (decimal): -505346 or 16665080. OLE color: 16665080.

HSL color Cylindrical-coordinate representation of color #F849FE: hue angle of 298.01º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F849FE is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 248 73 254 -
CMYK 0.02 0.71 0 0.00
HSL 298.01º 0.99% 0.64% -
HSV(B) 298.01º 0.71% 1% -
XYZ 58.98 31.88 96.81 -
YUV 145.96 188.98 200.78 -
System Red Green Blue C M Y K H S L
Decimal 248 73 254 0.02 0.71 0 0.00 298.01 0.99 0.64
Hex F8 49 FE 2 47 0 0 12A 63 40
Octal 370 111 376 2 107 0 0 452 143 100
Binary 11111000 1001001 11111110 10 1000111 0 0 100101010 1100011 1000000

Color Harmonies of #F849FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F849FE

Black with #F849FE

Text Example


Text Example

White with #F849FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F849FE; }

 p { color: rgb(248,73,254); }

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

background-color css

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

 a { background-color: rgb(248,73,254); }

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

border-color css

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

 span { border-color: rgb(248,73,254); }

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