Html Css Color HEX #F041FC Pink Flamingo

📋 copy color: '#F041FC'

red 240 ◦ green 65 ◦ blue 252

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

Shades of Pink Flamingo #F041FC

Tints of Pink Flamingo #F041FC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 11.67%

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

R = 43.09%
G = 11.67%
B = 45.24%

CMYK

 C value IS 0.05

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F041FC (or 0xF041FC) is known color: Pink Flamingo. HEX triplet: F0, 41 and FC. RGB value is (240,65,252). Sum of RGB (Red+Green+Blue) = 240+65+252=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 65 (25.78% from 255 or 11.67% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #F041FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F041FC is #0FBE03. Grayscale: #8A8A8A. Windows color (decimal): -1031684 or 16531952. OLE color: 16531952.

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

Color convert

RGB 240 65 252 -
CMYK 0.05 0.74 0 0.01
HSL 296.15º 0.97% 0.62% -
HSV(B) 296.15º 0.74% 0.99% -
XYZ 55.4 29.33 94.84 -
YUV 138.64 191.98 200.29 -
System Red Green Blue C M Y K H S L
Decimal 240 65 252 0.05 0.74 0 0.01 296.15 0.97 0.62
Hex F0 41 FC 5 4A 0 1 128 61 3E
Octal 360 101 374 5 112 0 1 450 141 76
Binary 11110000 1000001 11111100 101 1001010 0 1 100101000 1100001 111110

Color Harmonies of #F041FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F041FC

Black with #F041FC

Text Example


Text Example

White with #F041FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F041FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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