Html Css Color HEX #F846FE Pink Flamingo

📋 copy color: '#F846FE'

red 248 ◦ green 70 ◦ blue 254

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

Shades of Pink Flamingo #F846FE

Tints of Pink Flamingo #F846FE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 12.24%

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

R = 43.36%
G = 12.24%
B = 44.41%

CMYK

 C value IS 0.02

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F846FE (or 0xF846FE) is known color: Pink Flamingo. HEX triplet: F8, 46 and FE. RGB value is (248,70,254). Sum of RGB (Red+Green+Blue) = 248+70+254=572 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.36% from 572); Green value is 70 (27.73% from 255 or 12.24% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #F846FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F846FE is #07B901. Grayscale: #8F8F8F. Windows color (decimal): -506114 or 16664312. OLE color: 16664312.

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

Color convert

RGB 248 70 254 -
CMYK 0.02 0.72 0 0.00
HSL 298.04º 0.99% 0.64% -
HSV(B) 298.04º 0.72% 1% -
XYZ 58.79 31.49 96.75 -
YUV 144.2 189.97 202.04 -
System Red Green Blue C M Y K H S L
Decimal 248 70 254 0.02 0.72 0 0.00 298.04 0.99 0.64
Hex F8 46 FE 2 48 0 0 12A 63 40
Octal 370 106 376 2 110 0 0 452 143 100
Binary 11111000 1000110 11111110 10 1001000 0 0 100101010 1100011 1000000

Color Harmonies of #F846FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F846FE

Black with #F846FE

Text Example


Text Example

White with #F846FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F846FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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