Html Css Color HEX #F045FE Pink Flamingo

📋 copy color: '#F045FE'

red 240 ◦ green 69 ◦ blue 254

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

Shades of Pink Flamingo #F045FE

Tints of Pink Flamingo #F045FE

RGB

 RED value IS 240 (94.14% from 255) = 42.63%

 GREEN value IS 69 (27.34% from 255) = 12.26%

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

R = 42.63%
G = 12.26%
B = 45.12%

CMYK

 C value IS 0.06

 M value IS 0.73

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F045FE (or 0xF045FE) is known color: Pink Flamingo. HEX triplet: F0, 45 and FE. RGB value is (240,69,254). Sum of RGB (Red+Green+Blue) = 240+69+254=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 69 (27.34% from 255 or 12.26% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #F045FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F045FE is #0FBA01. Grayscale: #8C8C8C. Windows color (decimal): -1030658 or 16664048. OLE color: 16664048.

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

Color convert

RGB 240 69 254 -
CMYK 0.06 0.73 0 0.00
HSL 295.46º 0.99% 0.63% -
HSV(B) 295.46º 0.73% 1% -
XYZ 55.95 29.94 96.6 -
YUV 141.22 191.65 198.46 -
System Red Green Blue C M Y K H S L
Decimal 240 69 254 0.06 0.73 0 0.00 295.46 0.99 0.63
Hex F0 45 FE 6 49 0 0 127 63 3F
Octal 360 105 376 6 111 0 0 447 143 77
Binary 11110000 1000101 11111110 110 1001001 0 0 100100111 1100011 111111

Color Harmonies of #F045FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F045FE

Black with #F045FE

Text Example


Text Example

White with #F045FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F045FE; }

 p { color: rgb(240,69,254); }

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

background-color css

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

 a { background-color: rgb(240,69,254); }

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

border-color css

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

 span { border-color: rgb(240,69,254); }

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