Html Css Color HEX #F45AF0 Pink Flamingo

📋 copy color: '#F45AF0'

red 244 ◦ green 90 ◦ blue 240

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

Shades of Pink Flamingo #F45AF0

Tints of Pink Flamingo #F45AF0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 15.68%

 BLUE value IS 240 (94.14% from 255) = 41.81%

R = 42.51%
G = 15.68%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F45AF0 (or 0xF45AF0) is known color: Pink Flamingo. HEX triplet: F4, 5A and F0. RGB value is (244,90,240). Sum of RGB (Red+Green+Blue) = 244+90+240=574 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.51% from 574); Green value is 90 (35.55% from 255 or 15.68% from 574); Blue value is 240 (94.14% from 255 or 41.81% from 574); Max value from RGB is 244 - color contains mainly: red. Hex color #F45AF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F45AF0 is #0BA50F. Grayscale: #989898. Windows color (decimal): -763152 or 15751924. OLE color: 15751924.

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

Color convert

RGB 244 90 240 -
CMYK 0 0.63 0.02 0.04
HSL 301.56º 0.88% 0.65% -
HSV(B) 301.56º 0.63% 0.96% -
XYZ 56.69 32.84 85.79 -
YUV 153.15 177.02 192.8 -
System Red Green Blue C M Y K H S L
Decimal 244 90 240 0 0.63 0.02 0.04 301.56 0.88 0.65
Hex F4 5A F0 0 3F 2 4 12E 58 41
Octal 364 132 360 0 77 2 4 456 130 101
Binary 11110100 1011010 11110000 0 111111 10 100 100101110 1011000 1000001

Color Harmonies of #F45AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45AF0

Black with #F45AF0

Text Example


Text Example

White with #F45AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45AF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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