Html Css Color HEX #F053FD Pink Flamingo

📋 copy color: '#F053FD'

red 240 ◦ green 83 ◦ blue 253

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

Shades of Pink Flamingo #F053FD

Tints of Pink Flamingo #F053FD

RGB

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

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

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

R = 41.67%
G = 14.41%
B = 43.92%

CMYK

 C value IS 0.05

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F053FD (or 0xF053FD) is known color: Pink Flamingo. HEX triplet: F0, 53 and FD. RGB value is (240,83,253). Sum of RGB (Red+Green+Blue) = 240+83+253=576 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.67% from 576); Green value is 83 (32.81% from 255 or 14.41% from 576); Blue value is 253 (99.22% from 255 or 43.92% from 576); Max value from RGB is 253 - color contains mainly: blue. Hex color #F053FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F053FD is #0FAC02. Grayscale: #949494. Windows color (decimal): -1027075 or 16602096. OLE color: 16602096.

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

Color convert

RGB 240 83 253 -
CMYK 0.05 0.67 0 0.01
HSL 295.41º 0.98% 0.66% -
HSV(B) 295.41º 0.67% 0.99% -
XYZ 56.76 31.8 96.08 -
YUV 149.32 186.51 192.68 -
System Red Green Blue C M Y K H S L
Decimal 240 83 253 0.05 0.67 0 0.01 295.41 0.98 0.66
Hex F0 53 FD 5 43 0 1 127 62 42
Octal 360 123 375 5 103 0 1 447 142 102
Binary 11110000 1010011 11111101 101 1000011 0 1 100100111 1100010 1000010

Color Harmonies of #F053FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F053FD

Black with #F053FD

Text Example


Text Example

White with #F053FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F053FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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