Html Css Color HEX #F45EF1 Pink Flamingo

📋 copy color: '#F45EF1'

red 244 ◦ green 94 ◦ blue 241

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

Shades of Pink Flamingo #F45EF1

Tints of Pink Flamingo #F45EF1

RGB

 RED value IS 244 (95.7% from 255) = 42.14%

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

 BLUE value IS 241 (94.53% from 255) = 41.62%

R = 42.14%
G = 16.23%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.01

 K value IS 0.04

RGB Variations

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

Color information

#F45EF1 (or 0xF45EF1) is known color: Pink Flamingo. HEX triplet: F4, 5E and F1. RGB value is (244,94,241). Sum of RGB (Red+Green+Blue) = 244+94+241=579 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.14% from 579); Green value is 94 (37.11% from 255 or 16.23% from 579); Blue value is 241 (94.53% from 255 or 41.62% from 579); Max value from RGB is 244 - color contains mainly: red. Hex color #F45EF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F45EF1 is #0BA10E. Grayscale: #9B9B9B. Windows color (decimal): -762127 or 15818484. OLE color: 15818484.

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

Color convert

RGB 244 94 241 -
CMYK 0 0.61 0.01 0.04
HSL 301.2º 0.87% 0.66% -
HSV(B) 301.2º 0.61% 0.96% -
XYZ 57.19 33.59 86.69 -
YUV 155.61 176.2 191.05 -
System Red Green Blue C M Y K H S L
Decimal 244 94 241 0 0.61 0.01 0.04 301.2 0.87 0.66
Hex F4 5E F1 0 3D 1 4 12D 57 42
Octal 364 136 361 0 75 1 4 455 127 102
Binary 11110100 1011110 11110001 0 111101 1 100 100101101 1010111 1000010

Color Harmonies of #F45EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45EF1

Black with #F45EF1

Text Example


Text Example

White with #F45EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45EF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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