Html Css Color HEX #F052FA Pink Flamingo

📋 copy color: '#F052FA'

red 240 ◦ green 82 ◦ blue 250

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

Shades of Pink Flamingo #F052FA

Tints of Pink Flamingo #F052FA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 14.34%

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

R = 41.96%
G = 14.34%
B = 43.71%

CMYK

 C value IS 0.04

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F052FA (or 0xF052FA) is known color: Pink Flamingo. HEX triplet: F0, 52 and FA. RGB value is (240,82,250). Sum of RGB (Red+Green+Blue) = 240+82+250=572 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.96% from 572); Green value is 82 (32.42% from 255 or 14.34% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #F052FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F052FA is #0FAD05. Grayscale: #939393. Windows color (decimal): -1027334 or 16405232. OLE color: 16405232.

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

Color convert

RGB 240 82 250 -
CMYK 0.04 0.67 0 0.02
HSL 296.43º 0.94% 0.65% -
HSV(B) 296.43º 0.67% 0.98% -
XYZ 56.21 31.46 93.55 -
YUV 148.39 185.35 193.34 -
System Red Green Blue C M Y K H S L
Decimal 240 82 250 0.04 0.67 0 0.02 296.43 0.94 0.65
Hex F0 52 FA 4 43 0 2 128 5E 41
Octal 360 122 372 4 103 0 2 450 136 101
Binary 11110000 1010010 11111010 100 1000011 0 10 100101000 1011110 1000001

Color Harmonies of #F052FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F052FA

Black with #F052FA

Text Example


Text Example

White with #F052FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F052FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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