Html Css Color HEX #F045FC Pink Flamingo

📋 copy color: '#F045FC'

red 240 ◦ green 69 ◦ blue 252

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

Shades of Pink Flamingo #F045FC

Tints of Pink Flamingo #F045FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.92%

R = 42.78%
G = 12.3%
B = 44.92%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F045FC (or 0xF045FC) is known color: Pink Flamingo. HEX triplet: F0, 45 and FC. RGB value is (240,69,252). Sum of RGB (Red+Green+Blue) = 240+69+252=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 69 (27.34% from 255 or 12.30% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #F045FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F045FC is #0FBA03. Grayscale: #8C8C8C. Windows color (decimal): -1030660 or 16532976. OLE color: 16532976.

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

Color convert

RGB 240 69 252 -
CMYK 0.05 0.73 0 0.01
HSL 296.07º 0.97% 0.63% -
HSV(B) 296.07º 0.73% 0.99% -
XYZ 55.63 29.81 94.92 -
YUV 140.99 190.65 198.62 -
System Red Green Blue C M Y K H S L
Decimal 240 69 252 0.05 0.73 0 0.01 296.07 0.97 0.63
Hex F0 45 FC 5 49 0 1 128 61 3F
Octal 360 105 374 5 111 0 1 450 141 77
Binary 11110000 1000101 11111100 101 1001001 0 1 100101000 1100001 111111

Color Harmonies of #F045FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F045FC

Black with #F045FC

Text Example


Text Example

White with #F045FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F045FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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