Html Css Color HEX #F04AFF Pink Flamingo

📋 copy color: '#F04AFF'

red 240 ◦ green 74 ◦ blue 255

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

Shades of Pink Flamingo #F04AFF

Tints of Pink Flamingo #F04AFF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.01%

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

R = 42.18%
G = 13.01%
B = 44.82%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F04AFF (or 0xF04AFF) is known color: Pink Flamingo. HEX triplet: F0, 4A and FF. RGB value is (240,74,255). Sum of RGB (Red+Green+Blue) = 240+74+255=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 74 (29.30% from 255 or 13.01% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #F04AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F04AFF is #0FB500. Grayscale: #8F8F8F. Windows color (decimal): -1029377 or 16730864. OLE color: 16730864.

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

Color convert

RGB 240 74 255 -
CMYK 0.06 0.71 0 0
HSL 295.03º 1% 0.65% -
HSV(B) 295.03º 0.71% 1% -
XYZ 56.43 30.64 97.55 -
YUV 144.27 190.5 196.28 -
System Red Green Blue C M Y K H S L
Decimal 240 74 255 0.06 0.71 0 0 295.03 1 0.65
Hex F0 4A FF 6 47 0 0 127 64 41
Octal 360 112 377 6 107 0 0 447 144 101
Binary 11110000 1001010 11111111 110 1000111 0 0 100100111 1100100 1000001

Color Harmonies of #F04AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04AFF

Black with #F04AFF

Text Example


Text Example

White with #F04AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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