Html Css Color HEX #F052FD Pink Flamingo

📋 copy color: '#F052FD'

red 240 ◦ green 82 ◦ blue 253

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

Shades of Pink Flamingo #F052FD

Tints of Pink Flamingo #F052FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44%

R = 41.74%
G = 14.26%
B = 44%

CMYK

 C value IS 0.05

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F052FD (or 0xF052FD) is known color: Pink Flamingo. HEX triplet: F0, 52 and FD. RGB value is (240,82,253). Sum of RGB (Red+Green+Blue) = 240+82+253=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 82 (32.42% from 255 or 14.26% from 575); Blue value is 253 (99.22% from 255 or 44% from 575); Max value from RGB is 253 - color contains mainly: blue. Hex color #F052FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F052FD is #0FAD02. Grayscale: #949494. Windows color (decimal): -1027331 or 16601840. OLE color: 16601840.

HSL color Cylindrical-coordinate representation of color #F052FD: hue angle of 295.44º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F052FD is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 240 82 253 -
CMYK 0.05 0.68 0 0.01
HSL 295.44º 0.98% 0.66% -
HSV(B) 295.44º 0.68% 0.99% -
XYZ 56.68 31.65 96.05 -
YUV 148.74 186.85 193.1 -
System Red Green Blue C M Y K H S L
Decimal 240 82 253 0.05 0.68 0 0.01 295.44 0.98 0.66
Hex F0 52 FD 5 44 0 1 127 62 42
Octal 360 122 375 5 104 0 1 447 142 102
Binary 11110000 1010010 11111101 101 1000100 0 1 100100111 1100010 1000010

Color Harmonies of #F052FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F052FD

Black with #F052FD

Text Example


Text Example

White with #F052FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F052FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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