Html Css Color HEX #F053FE Pink Flamingo

📋 copy color: '#F053FE'

red 240 ◦ green 83 ◦ blue 254

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

Shades of Pink Flamingo #F053FE

Tints of Pink Flamingo #F053FE

RGB

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

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

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

R = 41.59%
G = 14.38%
B = 44.02%

CMYK

 C value IS 0.06

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F053FE (or 0xF053FE) is known color: Pink Flamingo. HEX triplet: F0, 53 and FE. RGB value is (240,83,254). Sum of RGB (Red+Green+Blue) = 240+83+254=577 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.59% from 577); Green value is 83 (32.81% from 255 or 14.38% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #F053FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F053FE is #0FAC01. Grayscale: #949494. Windows color (decimal): -1027074 or 16667632. OLE color: 16667632.

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

Color convert

RGB 240 83 254 -
CMYK 0.06 0.67 0 0.00
HSL 295.09º 0.99% 0.66% -
HSV(B) 295.09º 0.67% 1% -
XYZ 56.92 31.87 96.92 -
YUV 149.44 187.01 192.6 -
System Red Green Blue C M Y K H S L
Decimal 240 83 254 0.06 0.67 0 0.00 295.09 0.99 0.66
Hex F0 53 FE 6 43 0 0 127 63 42
Octal 360 123 376 6 103 0 0 447 143 102
Binary 11110000 1010011 11111110 110 1000011 0 0 100100111 1100011 1000010

Color Harmonies of #F053FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F053FE

Black with #F053FE

Text Example


Text Example

White with #F053FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F053FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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