Html Css Color HEX #F04EFA Pink Flamingo

📋 copy color: '#F04EFA'

red 240 ◦ green 78 ◦ blue 250

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

Shades of Pink Flamingo #F04EFA

Tints of Pink Flamingo #F04EFA

RGB

 RED value IS 240 (94.14% from 255) = 42.25%

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

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

R = 42.25%
G = 13.73%
B = 44.01%

CMYK

 C value IS 0.04

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F04EFA (or 0xF04EFA) is known color: Pink Flamingo. HEX triplet: F0, 4E and FA. RGB value is (240,78,250). Sum of RGB (Red+Green+Blue) = 240+78+250=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 78 (30.86% from 255 or 13.73% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #F04EFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F04EFA is #0FB105. Grayscale: #919191. Windows color (decimal): -1028358 or 16404208. OLE color: 16404208.

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

Color convert

RGB 240 78 250 -
CMYK 0.04 0.69 0 0.02
HSL 296.51º 0.95% 0.64% -
HSV(B) 296.51º 0.69% 0.98% -
XYZ 55.91 30.88 93.46 -
YUV 146.05 186.67 195.01 -
System Red Green Blue C M Y K H S L
Decimal 240 78 250 0.04 0.69 0 0.02 296.51 0.95 0.64
Hex F0 4E FA 4 45 0 2 129 5F 40
Octal 360 116 372 4 105 0 2 451 137 100
Binary 11110000 1001110 11111010 100 1000101 0 10 100101001 1011111 1000000

Color Harmonies of #F04EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04EFA

Black with #F04EFA

Text Example


Text Example

White with #F04EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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