Html Css Color HEX #F45BFF Pink Flamingo

📋 copy color: '#F45BFF'

red 244 ◦ green 91 ◦ blue 255

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

Shades of Pink Flamingo #F45BFF

Tints of Pink Flamingo #F45BFF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 15.42%

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

R = 41.36%
G = 15.42%
B = 43.22%

CMYK

 C value IS 0.04

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F45BFF (or 0xF45BFF) is known color: Pink Flamingo. HEX triplet: F4, 5B and FF. RGB value is (244,91,255). Sum of RGB (Red+Green+Blue) = 244+91+255=590 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.36% from 590); Green value is 91 (35.94% from 255 or 15.42% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #F45BFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F45BFF is #0BA400. Grayscale: #9A9A9A. Windows color (decimal): -762881 or 16735220. OLE color: 16735220.

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

Color convert

RGB 244 91 255 -
CMYK 0.04 0.64 0 0
HSL 295.98º 1% 0.68% -
HSV(B) 295.98º 0.64% 1% -
XYZ 59.1 33.94 98.04 -
YUV 155.44 184.19 191.16 -
System Red Green Blue C M Y K H S L
Decimal 244 91 255 0.04 0.64 0 0 295.98 1 0.68
Hex F4 5B FF 4 40 0 0 128 64 44
Octal 364 133 377 4 100 0 0 450 144 104
Binary 11110100 1011011 11111111 100 1000000 0 0 100101000 1100100 1000100

Color Harmonies of #F45BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45BFF

Black with #F45BFF

Text Example


Text Example

White with #F45BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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