Html Css Color HEX #F45AFF Pink Flamingo

📋 copy color: '#F45AFF'

red 244 ◦ green 90 ◦ blue 255

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

Shades of Pink Flamingo #F45AFF

Tints of Pink Flamingo #F45AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.29%

R = 41.43%
G = 15.28%
B = 43.29%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F45AFF (or 0xF45AFF) is known color: Pink Flamingo. HEX triplet: F4, 5A and FF. RGB value is (244,90,255). Sum of RGB (Red+Green+Blue) = 244+90+255=589 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.43% from 589); Green value is 90 (35.55% from 255 or 15.28% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #F45AFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F45AFF is #0BA500. Grayscale: #9A9A9A. Windows color (decimal): -763137 or 16734964. OLE color: 16734964.

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

Color convert

RGB 244 90 255 -
CMYK 0.04 0.65 0 0
HSL 296º 1% 0.68% -
HSV(B) 296º 0.65% 1% -
XYZ 59.01 33.77 98.01 -
YUV 154.86 184.52 191.58 -
System Red Green Blue C M Y K H S L
Decimal 244 90 255 0.04 0.65 0 0 296 1 0.68
Hex F4 5A FF 4 41 0 0 128 64 44
Octal 364 132 377 4 101 0 0 450 144 104
Binary 11110100 1011010 11111111 100 1000001 0 0 100101000 1100100 1000100

Color Harmonies of #F45AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45AFF

Black with #F45AFF

Text Example


Text Example

White with #F45AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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