Html Css Color HEX #F048FA Pink Flamingo

📋 copy color: '#F048FA'

red 240 ◦ green 72 ◦ blue 250

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

Shades of Pink Flamingo #F048FA

Tints of Pink Flamingo #F048FA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 12.81%

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

R = 42.7%
G = 12.81%
B = 44.48%

CMYK

 C value IS 0.04

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F048FA (or 0xF048FA) is known color: Pink Flamingo. HEX triplet: F0, 48 and FA. RGB value is (240,72,250). Sum of RGB (Red+Green+Blue) = 240+72+250=562 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.70% from 562); Green value is 72 (28.52% from 255 or 12.81% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #F048FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F048FA is #0FB705. Grayscale: #8D8D8D. Windows color (decimal): -1029894 or 16402672. OLE color: 16402672.

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

Color convert

RGB 240 72 250 -
CMYK 0.04 0.71 0 0.02
HSL 296.63º 0.95% 0.63% -
HSV(B) 296.63º 0.71% 0.98% -
XYZ 55.51 30.06 93.32 -
YUV 142.52 188.66 197.53 -
System Red Green Blue C M Y K H S L
Decimal 240 72 250 0.04 0.71 0 0.02 296.63 0.95 0.63
Hex F0 48 FA 4 47 0 2 129 5F 3F
Octal 360 110 372 4 107 0 2 451 137 77
Binary 11110000 1001000 11111010 100 1000111 0 10 100101001 1011111 111111

Color Harmonies of #F048FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F048FA

Black with #F048FA

Text Example


Text Example

White with #F048FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F048FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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