Html Css Color HEX #F053FA Pink Flamingo

📋 copy color: '#F053FA'

red 240 ◦ green 83 ◦ blue 250

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

Shades of Pink Flamingo #F053FA

Tints of Pink Flamingo #F053FA

RGB

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

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

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

R = 41.88%
G = 14.49%
B = 43.63%

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

#F053FA (or 0xF053FA) is known color: Pink Flamingo. HEX triplet: F0, 53 and FA. RGB value is (240,83,250). Sum of RGB (Red+Green+Blue) = 240+83+250=573 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.88% from 573); Green value is 83 (32.81% from 255 or 14.49% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #F053FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F053FA is #0FAC05. Grayscale: #949494. Windows color (decimal): -1027078 or 16405488. OLE color: 16405488.

HSL color Cylindrical-coordinate representation of color #F053FA: hue angle of 296.41º 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 #F053FA is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 83 250 -
CMYK 0.04 0.67 0 0.02
HSL 296.41º 0.94% 0.65% -
HSV(B) 296.41º 0.67% 0.98% -
XYZ 56.28 31.61 93.58 -
YUV 148.98 185.01 192.92 -
System Red Green Blue C M Y K H S L
Decimal 240 83 250 0.04 0.67 0 0.02 296.41 0.94 0.65
Hex F0 53 FA 4 43 0 2 128 5E 41
Octal 360 123 372 4 103 0 2 450 136 101
Binary 11110000 1010011 11111010 100 1000011 0 10 100101000 1011110 1000001

Color Harmonies of #F053FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F053FA

Black with #F053FA

Text Example


Text Example

White with #F053FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F053FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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