Html Css Color HEX #F052FE Pink Flamingo

📋 copy color: '#F052FE'

red 240 ◦ green 82 ◦ blue 254

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

Shades of Pink Flamingo #F052FE

Tints of Pink Flamingo #F052FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.1%

R = 41.67%
G = 14.24%
B = 44.1%

CMYK

 C value IS 0.06

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F052FE (or 0xF052FE) is known color: Pink Flamingo. HEX triplet: F0, 52 and FE. RGB value is (240,82,254). Sum of RGB (Red+Green+Blue) = 240+82+254=576 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.67% from 576); Green value is 82 (32.42% from 255 or 14.24% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #F052FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F052FE is #0FAD01. Grayscale: #949494. Windows color (decimal): -1027330 or 16667376. OLE color: 16667376.

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

Color convert

RGB 240 82 254 -
CMYK 0.06 0.68 0 0.00
HSL 295.12º 0.99% 0.66% -
HSV(B) 295.12º 0.68% 1% -
XYZ 56.84 31.72 96.89 -
YUV 148.85 187.35 193.01 -
System Red Green Blue C M Y K H S L
Decimal 240 82 254 0.06 0.68 0 0.00 295.12 0.99 0.66
Hex F0 52 FE 6 44 0 0 127 63 42
Octal 360 122 376 6 104 0 0 447 143 102
Binary 11110000 1010010 11111110 110 1000100 0 0 100100111 1100011 1000010

Color Harmonies of #F052FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F052FE

Black with #F052FE

Text Example


Text Example

White with #F052FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F052FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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