Html Css Color HEX #F84FFE Pink Flamingo

📋 copy color: '#F84FFE'

red 248 ◦ green 79 ◦ blue 254

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

Shades of Pink Flamingo #F84FFE

Tints of Pink Flamingo #F84FFE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 13.6%

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

R = 42.69%
G = 13.6%
B = 43.72%

CMYK

 C value IS 0.02

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F84FFE (or 0xF84FFE) is known color: Pink Flamingo. HEX triplet: F8, 4F and FE. RGB value is (248,79,254). Sum of RGB (Red+Green+Blue) = 248+79+254=581 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.69% from 581); Green value is 79 (31.25% from 255 or 13.60% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #F84FFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F84FFE is #07B001. Grayscale: #949494. Windows color (decimal): -503810 or 16666616. OLE color: 16666616.

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

Color convert

RGB 248 79 254 -
CMYK 0.02 0.69 0 0.00
HSL 297.94º 0.99% 0.65% -
HSV(B) 297.94º 0.69% 1% -
XYZ 59.4 32.7 96.95 -
YUV 149.48 186.99 198.27 -
System Red Green Blue C M Y K H S L
Decimal 248 79 254 0.02 0.69 0 0.00 297.94 0.99 0.65
Hex F8 4F FE 2 45 0 0 12A 63 41
Octal 370 117 376 2 105 0 0 452 143 101
Binary 11111000 1001111 11111110 10 1000101 0 0 100101010 1100011 1000001

Color Harmonies of #F84FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84FFE

Black with #F84FFE

Text Example


Text Example

White with #F84FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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