Html Css Color HEX #F04FFA Pink Flamingo

📋 copy color: '#F04FFA'

red 240 ◦ green 79 ◦ blue 250

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

Shades of Pink Flamingo #F04FFA

Tints of Pink Flamingo #F04FFA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 13.88%

 BLUE value IS 250 (98.05% from 255) = 43.94%

R = 42.18%
G = 13.88%
B = 43.94%

CMYK

 C value IS 0.04

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F04FFA (or 0xF04FFA) is known color: Pink Flamingo. HEX triplet: F0, 4F and FA. RGB value is (240,79,250). Sum of RGB (Red+Green+Blue) = 240+79+250=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 79 (31.25% from 255 or 13.88% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #F04FFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F04FFA is #0FB005. Grayscale: #929292. Windows color (decimal): -1028102 or 16404464. OLE color: 16404464.

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

Color convert

RGB 240 79 250 -
CMYK 0.04 0.68 0 0.02
HSL 296.49º 0.94% 0.65% -
HSV(B) 296.49º 0.68% 0.98% -
XYZ 55.99 31.02 93.48 -
YUV 146.63 186.34 194.6 -
System Red Green Blue C M Y K H S L
Decimal 240 79 250 0.04 0.68 0 0.02 296.49 0.94 0.65
Hex F0 4F FA 4 44 0 2 128 5E 41
Octal 360 117 372 4 104 0 2 450 136 101
Binary 11110000 1001111 11111010 100 1000100 0 10 100101000 1011110 1000001

Color Harmonies of #F04FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04FFA

Black with #F04FFA

Text Example


Text Example

White with #F04FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04FFA; }

 p { color: rgb(240,79,250); }

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

background-color css

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

 a { background-color: rgb(240,79,250); }

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

border-color css

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

 span { border-color: rgb(240,79,250); }

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