Html Css Color HEX #F45AFE Pink Flamingo

📋 copy color: '#F45AFE'

red 244 ◦ green 90 ◦ blue 254

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

Shades of Pink Flamingo #F45AFE

Tints of Pink Flamingo #F45AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.2%

R = 41.5%
G = 15.31%
B = 43.2%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F45AFE (or 0xF45AFE) is known color: Pink Flamingo. HEX triplet: F4, 5A and FE. RGB value is (244,90,254). Sum of RGB (Red+Green+Blue) = 244+90+254=588 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.50% from 588); Green value is 90 (35.55% from 255 or 15.31% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #F45AFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F45AFE is #0BA501. Grayscale: #9A9A9A. Windows color (decimal): -763138 or 16669428. OLE color: 16669428.

HSL color Cylindrical-coordinate representation of color #F45AFE: hue angle of 296.34º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F45AFE is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 244 90 254 -
CMYK 0.04 0.65 0 0.00
HSL 296.34º 0.99% 0.67% -
HSV(B) 296.34º 0.65% 1% -
XYZ 58.85 33.7 97.17 -
YUV 154.74 184.02 191.66 -
System Red Green Blue C M Y K H S L
Decimal 244 90 254 0.04 0.65 0 0.00 296.34 0.99 0.67
Hex F4 5A FE 4 41 0 0 128 63 43
Octal 364 132 376 4 101 0 0 450 143 103
Binary 11110100 1011010 11111110 100 1000001 0 0 100101000 1100011 1000011

Color Harmonies of #F45AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45AFE

Black with #F45AFE

Text Example


Text Example

White with #F45AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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