Html Css Color HEX #F040FC Pink Flamingo

📋 copy color: '#F040FC'

red 240 ◦ green 64 ◦ blue 252

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

Shades of Pink Flamingo #F040FC

Tints of Pink Flamingo #F040FC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 11.51%

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

R = 43.17%
G = 11.51%
B = 45.32%

CMYK

 C value IS 0.05

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F040FC (or 0xF040FC) is known color: Pink Flamingo. HEX triplet: F0, 40 and FC. RGB value is (240,64,252). Sum of RGB (Red+Green+Blue) = 240+64+252=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 64 (25.39% from 255 or 11.51% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #F040FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F040FC is #0FBF03. Grayscale: #898989. Windows color (decimal): -1031940 or 16531696. OLE color: 16531696.

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

Color convert

RGB 240 64 252 -
CMYK 0.05 0.75 0 0.01
HSL 296.17º 0.97% 0.62% -
HSV(B) 296.17º 0.75% 0.99% -
XYZ 55.34 29.22 94.82 -
YUV 138.06 192.31 200.71 -
System Red Green Blue C M Y K H S L
Decimal 240 64 252 0.05 0.75 0 0.01 296.17 0.97 0.62
Hex F0 40 FC 5 4B 0 1 128 61 3E
Octal 360 100 374 5 113 0 1 450 141 76
Binary 11110000 1000000 11111100 101 1001011 0 1 100101000 1100001 111110

Color Harmonies of #F040FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F040FC

Black with #F040FC

Text Example


Text Example

White with #F040FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F040FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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