Html Css Color HEX #F041FD Pink Flamingo

📋 copy color: '#F041FD'

red 240 ◦ green 65 ◦ blue 253

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

Shades of Pink Flamingo #F041FD

Tints of Pink Flamingo #F041FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.34%

R = 43.01%
G = 11.65%
B = 45.34%

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

#F041FD (or 0xF041FD) is known color: Pink Flamingo. HEX triplet: F0, 41 and FD. RGB value is (240,65,253). Sum of RGB (Red+Green+Blue) = 240+65+253=558 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.01% from 558); Green value is 65 (25.78% from 255 or 11.65% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #F041FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F041FD is #0FBE02. Grayscale: #8A8A8A. Windows color (decimal): -1031683 or 16597488. OLE color: 16597488.

HSL color Cylindrical-coordinate representation of color #F041FD: hue angle of 295.85º degrees, saturation: 0.98, 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 #F041FD is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 240 65 253 -
CMYK 0.05 0.74 0 0.01
HSL 295.85º 0.98% 0.62% -
HSV(B) 295.85º 0.74% 0.99% -
XYZ 55.56 29.4 95.67 -
YUV 138.76 192.48 200.21 -
System Red Green Blue C M Y K H S L
Decimal 240 65 253 0.05 0.74 0 0.01 295.85 0.98 0.62
Hex F0 41 FD 5 4A 0 1 128 62 3E
Octal 360 101 375 5 112 0 1 450 142 76
Binary 11110000 1000001 11111101 101 1001010 0 1 100101000 1100010 111110

Color Harmonies of #F041FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F041FD

Black with #F041FD

Text Example


Text Example

White with #F041FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F041FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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