Html Css Color HEX #F84EFE Pink Flamingo

📋 copy color: '#F84EFE'

red 248 ◦ green 78 ◦ blue 254

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

Shades of Pink Flamingo #F84EFE

Tints of Pink Flamingo #F84EFE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 13.45%

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

R = 42.76%
G = 13.45%
B = 43.79%

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

#F84EFE (or 0xF84EFE) is known color: Pink Flamingo. HEX triplet: F8, 4E and FE. RGB value is (248,78,254). Sum of RGB (Red+Green+Blue) = 248+78+254=580 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.76% from 580); Green value is 78 (30.86% from 255 or 13.45% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #F84EFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F84EFE is #07B101. Grayscale: #949494. Windows color (decimal): -504066 or 16666360. OLE color: 16666360.

HSL color Cylindrical-coordinate representation of color #F84EFE: hue angle of 297.95º 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 #F84EFE is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 248 78 254 -
CMYK 0.02 0.69 0 0.00
HSL 297.95º 0.99% 0.65% -
HSV(B) 297.95º 0.69% 1% -
XYZ 59.33 32.56 96.92 -
YUV 148.89 187.32 198.69 -
System Red Green Blue C M Y K H S L
Decimal 248 78 254 0.02 0.69 0 0.00 297.95 0.99 0.65
Hex F8 4E FE 2 45 0 0 12A 63 41
Octal 370 116 376 2 105 0 0 452 143 101
Binary 11111000 1001110 11111110 10 1000101 0 0 100101010 1100011 1000001

Color Harmonies of #F84EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84EFE

Black with #F84EFE

Text Example


Text Example

White with #F84EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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