Html Css Color HEX #F045FA Pink Flamingo

📋 copy color: '#F045FA'

red 240 ◦ green 69 ◦ blue 250

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

Shades of Pink Flamingo #F045FA

Tints of Pink Flamingo #F045FA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 12.34%

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

R = 42.93%
G = 12.34%
B = 44.72%

CMYK

 C value IS 0.04

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F045FA (or 0xF045FA) is known color: Pink Flamingo. HEX triplet: F0, 45 and FA. RGB value is (240,69,250). Sum of RGB (Red+Green+Blue) = 240+69+250=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 69 (27.34% from 255 or 12.34% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #F045FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F045FA is #0FBA05. Grayscale: #8C8C8C. Windows color (decimal): -1030662 or 16401904. OLE color: 16401904.

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

Color convert

RGB 240 69 250 -
CMYK 0.04 0.72 0 0.02
HSL 296.69º 0.95% 0.63% -
HSV(B) 296.69º 0.72% 0.98% -
XYZ 55.32 29.68 93.26 -
YUV 140.76 189.65 198.78 -
System Red Green Blue C M Y K H S L
Decimal 240 69 250 0.04 0.72 0 0.02 296.69 0.95 0.63
Hex F0 45 FA 4 48 0 2 129 5F 3F
Octal 360 105 372 4 110 0 2 451 137 77
Binary 11110000 1000101 11111010 100 1001000 0 10 100101001 1011111 111111

Color Harmonies of #F045FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F045FA

Black with #F045FA

Text Example


Text Example

White with #F045FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F045FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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