Html Css Color HEX #F04FF6 Pink Flamingo

📋 copy color: '#F04FF6'

red 240 ◦ green 79 ◦ blue 246

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

Shades of Pink Flamingo #F04FF6

Tints of Pink Flamingo #F04FF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 43.54%

R = 42.48%
G = 13.98%
B = 43.54%

CMYK

 C value IS 0.02

 M value IS 0.68

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F04FF6 (or 0xF04FF6) is known color: Pink Flamingo. HEX triplet: F0, 4F and F6. RGB value is (240,79,246). Sum of RGB (Red+Green+Blue) = 240+79+246=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 79 (31.25% from 255 or 13.98% from 565); Blue value is 246 (96.48% from 255 or 43.54% from 565); Max value from RGB is 246 - color contains mainly: blue. Hex color #F04FF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F04FF6 is #0FB009. Grayscale: #919191. Windows color (decimal): -1028106 or 16142320. OLE color: 16142320.

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

Color convert

RGB 240 79 246 -
CMYK 0.02 0.68 0 0.04
HSL 297.84º 0.9% 0.64% -
HSV(B) 297.84º 0.68% 0.96% -
XYZ 55.37 30.77 90.21 -
YUV 146.18 184.34 194.92 -
System Red Green Blue C M Y K H S L
Decimal 240 79 246 0.02 0.68 0 0.04 297.84 0.9 0.64
Hex F0 4F F6 2 44 0 4 12A 5A 40
Octal 360 117 366 2 104 0 4 452 132 100
Binary 11110000 1001111 11110110 10 1000100 0 100 100101010 1011010 1000000

Color Harmonies of #F04FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04FF6

Black with #F04FF6

Text Example


Text Example

White with #F04FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04FF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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