Html Css Color HEX #F45AF5 Pink Flamingo

📋 copy color: '#F45AF5'

red 244 ◦ green 90 ◦ blue 245

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

Shades of Pink Flamingo #F45AF5

Tints of Pink Flamingo #F45AF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 42.31%

R = 42.14%
G = 15.54%
B = 42.31%

CMYK

 C value IS 0.00

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F45AF5 (or 0xF45AF5) is known color: Pink Flamingo. HEX triplet: F4, 5A and F5. RGB value is (244,90,245). Sum of RGB (Red+Green+Blue) = 244+90+245=579 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.14% from 579); Green value is 90 (35.55% from 255 or 15.54% from 579); Blue value is 245 (96.09% from 255 or 42.31% from 579); Max value from RGB is 245 - color contains mainly: blue. Hex color #F45AF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F45AF5 is #0BA50A. Grayscale: #999999. Windows color (decimal): -763147 or 16079604. OLE color: 16079604.

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

Color convert

RGB 244 90 245 -
CMYK 0.00 0.63 0 0.04
HSL 299.61º 0.89% 0.66% -
HSV(B) 299.61º 0.63% 0.96% -
XYZ 57.45 33.14 89.75 -
YUV 153.72 179.52 192.4 -
System Red Green Blue C M Y K H S L
Decimal 244 90 245 0.00 0.63 0 0.04 299.61 0.89 0.66
Hex F4 5A F5 0 3F 0 4 12C 59 42
Octal 364 132 365 0 77 0 4 454 131 102
Binary 11110100 1011010 11110101 0 111111 0 100 100101100 1011001 1000010

Color Harmonies of #F45AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45AF5

Black with #F45AF5

Text Example


Text Example

White with #F45AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45AF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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