Html Css Color HEX #F04CFA Pink Flamingo

📋 copy color: '#F04CFA'

red 240 ◦ green 76 ◦ blue 250

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

Shades of Pink Flamingo #F04CFA

Tints of Pink Flamingo #F04CFA

RGB

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

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

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

R = 42.4%
G = 13.43%
B = 44.17%

CMYK

 C value IS 0.04

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F04CFA (or 0xF04CFA) is known color: Pink Flamingo. HEX triplet: F0, 4C and FA. RGB value is (240,76,250). Sum of RGB (Red+Green+Blue) = 240+76+250=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 76 (30.08% from 255 or 13.43% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #F04CFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F04CFA is #0FB305. Grayscale: #909090. Windows color (decimal): -1028870 or 16403696. OLE color: 16403696.

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

Color convert

RGB 240 76 250 -
CMYK 0.04 0.70 0 0.02
HSL 296.55º 0.95% 0.64% -
HSV(B) 296.55º 0.7% 0.98% -
XYZ 55.77 30.6 93.41 -
YUV 144.87 187.33 195.85 -
System Red Green Blue C M Y K H S L
Decimal 240 76 250 0.04 0.70 0 0.02 296.55 0.95 0.64
Hex F0 4C FA 4 46 0 2 129 5F 40
Octal 360 114 372 4 106 0 2 451 137 100
Binary 11110000 1001100 11111010 100 1000110 0 10 100101001 1011111 1000000

Color Harmonies of #F04CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04CFA

Black with #F04CFA

Text Example


Text Example

White with #F04CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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