Html Css Color HEX #F04CF9 Pink Flamingo

📋 copy color: '#F04CF9'

red 240 ◦ green 76 ◦ blue 249

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

Shades of Pink Flamingo #F04CF9

Tints of Pink Flamingo #F04CF9

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.45%

 BLUE value IS 249 (97.66% from 255) = 44.07%

R = 42.48%
G = 13.45%
B = 44.07%

CMYK

 C value IS 0.04

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F04CF9 (or 0xF04CF9) is known color: Pink Flamingo. HEX triplet: F0, 4C and F9. RGB value is (240,76,249). Sum of RGB (Red+Green+Blue) = 240+76+249=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 76 (30.08% from 255 or 13.45% from 565); Blue value is 249 (97.66% from 255 or 44.07% from 565); Max value from RGB is 249 - color contains mainly: blue. Hex color #F04CF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F04CF9 is #0FB306. Grayscale: #909090. Windows color (decimal): -1028871 or 16338160. OLE color: 16338160.

HSL color Cylindrical-coordinate representation of color #F04CF9: hue angle of 296.88º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F04CF9 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 76 249 -
CMYK 0.04 0.69 0 0.02
HSL 296.88º 0.94% 0.64% -
HSV(B) 296.88º 0.69% 0.98% -
XYZ 55.62 30.53 92.58 -
YUV 144.76 186.83 195.93 -
System Red Green Blue C M Y K H S L
Decimal 240 76 249 0.04 0.69 0 0.02 296.88 0.94 0.64
Hex F0 4C F9 4 45 0 2 129 5E 40
Octal 360 114 371 4 105 0 2 451 136 100
Binary 11110000 1001100 11111001 100 1000101 0 10 100101001 1011110 1000000

Color Harmonies of #F04CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04CF9

Black with #F04CF9

Text Example


Text Example

White with #F04CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04CF9; }

 p { color: rgb(240,76,249); }

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

background-color css

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

 a { background-color: rgb(240,76,249); }

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

border-color css

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

 span { border-color: rgb(240,76,249); }

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