Html Css Color HEX #F053F0 Pink Flamingo

📋 copy color: '#F053F0'

red 240 ◦ green 83 ◦ blue 240

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

Shades of Pink Flamingo #F053F0

Tints of Pink Flamingo #F053F0

RGB

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

 GREEN value IS 83 (32.81% from 255) = 14.74%

 BLUE value IS 240 (94.14% from 255) = 42.63%

R = 42.63%
G = 14.74%
B = 42.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#F053F0 (or 0xF053F0) is known color: Pink Flamingo. HEX triplet: F0, 53 and F0. RGB value is (240,83,240). Sum of RGB (Red+Green+Blue) = 240+83+240=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 83 (32.81% from 255 or 14.74% from 563); Blue value is 240 (94.14% from 255 or 42.63% from 563); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F053F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F053F0 is #0FAC0F. Grayscale: #939393. Windows color (decimal): -1027088 or 15750128. OLE color: 15750128.

HSL color Cylindrical-coordinate representation of color #F053F0: hue angle of 300º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F053F0 is Cyan = 0, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 83 240 -
CMYK 0 0.65 0 0.06
HSL 300º 0.84% 0.63% -
HSV(B) 300º 0.65% 0.94% -
XYZ 54.76 31 85.54 -
YUV 147.84 180.01 193.73 -
System Red Green Blue C M Y K H S L
Decimal 240 83 240 0 0.65 0 0.06 300 0.84 0.63
Hex F0 53 F0 0 41 0 6 12C 54 3F
Octal 360 123 360 0 101 0 6 454 124 77
Binary 11110000 1010011 11110000 0 1000001 0 110 100101100 1010100 111111

Color Harmonies of #F053F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F053F0

Black with #F053F0

Text Example


Text Example

White with #F053F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F053F0; }

 p { color: rgb(240,83,240); }

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

background-color css

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

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

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

border-color css

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

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

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