Html Css Color HEX #F84EFA Pink Flamingo

📋 copy color: '#F84EFA'

red 248 ◦ green 78 ◦ blue 250

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

Shades of Pink Flamingo #F84EFA

Tints of Pink Flamingo #F84EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.4%

R = 43.06%
G = 13.54%
B = 43.4%

CMYK

 C value IS 0.01

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F84EFA (or 0xF84EFA) is known color: Pink Flamingo. HEX triplet: F8, 4E and FA. RGB value is (248,78,250). Sum of RGB (Red+Green+Blue) = 248+78+250=576 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.06% from 576); Green value is 78 (30.86% from 255 or 13.54% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #F84EFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F84EFA is #07B105. Grayscale: #939393. Windows color (decimal): -504070 or 16404216. OLE color: 16404216.

HSL color Cylindrical-coordinate representation of color #F84EFA: hue angle of 299.3º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F84EFA is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 248 78 250 -
CMYK 0.01 0.69 0 0.02
HSL 299.3º 0.95% 0.64% -
HSV(B) 299.3º 0.69% 0.98% -
XYZ 58.69 32.31 93.59 -
YUV 148.44 185.32 199.01 -
System Red Green Blue C M Y K H S L
Decimal 248 78 250 0.01 0.69 0 0.02 299.3 0.95 0.64
Hex F8 4E FA 1 45 0 2 12B 5F 40
Octal 370 116 372 1 105 0 2 453 137 100
Binary 11111000 1001110 11111010 1 1000101 0 10 100101011 1011111 1000000

Color Harmonies of #F84EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84EFA

Black with #F84EFA

Text Example


Text Example

White with #F84EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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