Html Css Color HEX #F041FF Pink Flamingo

📋 copy color: '#F041FF'

red 240 ◦ green 65 ◦ blue 255

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

Shades of Pink Flamingo #F041FF

Tints of Pink Flamingo #F041FF

RGB

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

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

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

R = 42.86%
G = 11.61%
B = 45.54%

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

#F041FF (or 0xF041FF) is known color: Pink Flamingo. HEX triplet: F0, 41 and FF. RGB value is (240,65,255). Sum of RGB (Red+Green+Blue) = 240+65+255=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 65 (25.78% from 255 or 11.61% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #F041FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F041FF is #0FBE00. Grayscale: #8A8A8A. Windows color (decimal): -1031681 or 16728560. OLE color: 16728560.

HSL color Cylindrical-coordinate representation of color #F041FF: hue angle of 295.26º 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 #F041FF is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 240 65 255 -
CMYK 0.06 0.75 0 0
HSL 295.26º 1% 0.63% -
HSV(B) 295.26º 0.75% 1% -
XYZ 55.88 29.53 97.36 -
YUV 138.99 193.48 200.05 -
System Red Green Blue C M Y K H S L
Decimal 240 65 255 0.06 0.75 0 0 295.26 1 0.63
Hex F0 41 FF 6 4B 0 0 127 64 3F
Octal 360 101 377 6 113 0 0 447 144 77
Binary 11110000 1000001 11111111 110 1001011 0 0 100100111 1100100 111111

Color Harmonies of #F041FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F041FF

Black with #F041FF

Text Example


Text Example

White with #F041FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F041FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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