Html Css Color HEX #F05EF4 Pink Flamingo

📋 copy color: '#F05EF4'

red 240 ◦ green 94 ◦ blue 244

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

Shades of Pink Flamingo #F05EF4

Tints of Pink Flamingo #F05EF4

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.26%

 BLUE value IS 244 (95.7% from 255) = 42.21%

R = 41.52%
G = 16.26%
B = 42.21%

CMYK

 C value IS 0.02

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F05EF4 (or 0xF05EF4) is known color: Pink Flamingo. HEX triplet: F0, 5E and F4. RGB value is (240,94,244). Sum of RGB (Red+Green+Blue) = 240+94+244=578 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.52% from 578); Green value is 94 (37.11% from 255 or 16.26% from 578); Blue value is 244 (95.70% from 255 or 42.21% from 578); Max value from RGB is 244 - color contains mainly: blue. Hex color #F05EF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F05EF4 is #0FA10B. Grayscale: #9A9A9A. Windows color (decimal): -1024268 or 16015088. OLE color: 16015088.

HSL color Cylindrical-coordinate representation of color #F05EF4: hue angle of 298.4º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F05EF4 is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 240 94 244 -
CMYK 0.02 0.61 0 0.04
HSL 298.4º 0.87% 0.66% -
HSV(B) 298.4º 0.61% 0.96% -
XYZ 56.27 33.06 89 -
YUV 154.75 178.37 188.8 -
System Red Green Blue C M Y K H S L
Decimal 240 94 244 0.02 0.61 0 0.04 298.4 0.87 0.66
Hex F0 5E F4 2 3D 0 4 12A 57 42
Octal 360 136 364 2 75 0 4 452 127 102
Binary 11110000 1011110 11110100 10 111101 0 100 100101010 1010111 1000010

Color Harmonies of #F05EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05EF4

Black with #F05EF4

Text Example


Text Example

White with #F05EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05EF4; }

 p { color: rgb(240,94,244); }

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

background-color css

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

 a { background-color: rgb(240,94,244); }

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

border-color css

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

 span { border-color: rgb(240,94,244); }

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