Html Css Color HEX #F45DF1 Pink Flamingo

📋 copy color: '#F45DF1'

red 244 ◦ green 93 ◦ blue 241

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

Shades of Pink Flamingo #F45DF1

Tints of Pink Flamingo #F45DF1

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.09%

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

R = 42.21%
G = 16.09%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.04

RGB Variations

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

Color information

#F45DF1 (or 0xF45DF1) is known color: Pink Flamingo. HEX triplet: F4, 5D and F1. RGB value is (244,93,241). Sum of RGB (Red+Green+Blue) = 244+93+241=578 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.21% from 578); Green value is 93 (36.72% from 255 or 16.09% from 578); Blue value is 241 (94.53% from 255 or 41.70% from 578); Max value from RGB is 244 - color contains mainly: red. Hex color #F45DF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F45DF1 is #0BA20E. Grayscale: #9A9A9A. Windows color (decimal): -762383 or 15818228. OLE color: 15818228.

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

Color convert

RGB 244 93 241 -
CMYK 0 0.62 0.01 0.04
HSL 301.19º 0.87% 0.66% -
HSV(B) 301.19º 0.62% 0.96% -
XYZ 57.1 33.41 86.66 -
YUV 155.02 176.53 191.47 -
System Red Green Blue C M Y K H S L
Decimal 244 93 241 0 0.62 0.01 0.04 301.19 0.87 0.66
Hex F4 5D F1 0 3E 1 4 12D 57 42
Octal 364 135 361 0 76 1 4 455 127 102
Binary 11110100 1011101 11110001 0 111110 1 100 100101101 1010111 1000010

Color Harmonies of #F45DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45DF1

Black with #F45DF1

Text Example


Text Example

White with #F45DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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