Html Css Color HEX #F040FF Pink Flamingo

📋 copy color: '#F040FF'

red 240 ◦ green 64 ◦ blue 255

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

Shades of Pink Flamingo #F040FF

Tints of Pink Flamingo #F040FF

RGB

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

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

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

R = 42.93%
G = 11.45%
B = 45.62%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F040FF (or 0xF040FF) is known color: Pink Flamingo. HEX triplet: F0, 40 and FF. RGB value is (240,64,255). Sum of RGB (Red+Green+Blue) = 240+64+255=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 64 (25.39% from 255 or 11.45% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #F040FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F040FF is #0FBF00. Grayscale: #898989. Windows color (decimal): -1031937 or 16728304. OLE color: 16728304.

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

Color convert

RGB 240 64 255 -
CMYK 0.06 0.75 0 0
HSL 295.29º 1% 0.63% -
HSV(B) 295.29º 0.75% 1% -
XYZ 55.82 29.41 97.34 -
YUV 138.4 193.81 200.47 -
System Red Green Blue C M Y K H S L
Decimal 240 64 255 0.06 0.75 0 0 295.29 1 0.63
Hex F0 40 FF 6 4B 0 0 127 64 3F
Octal 360 100 377 6 113 0 0 447 144 77
Binary 11110000 1000000 11111111 110 1001011 0 0 100100111 1100100 111111

Color Harmonies of #F040FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F040FF

Black with #F040FF

Text Example


Text Example

White with #F040FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F040FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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