Html Css Color HEX #F53CFD Pink Flamingo

📋 copy color: '#F53CFD'

red 245 ◦ green 60 ◦ blue 253

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

Shades of Pink Flamingo #F53CFD

Tints of Pink Flamingo #F53CFD

RGB

 RED value IS 245 (96.09% from 255) = 43.91%

 GREEN value IS 60 (23.83% from 255) = 10.75%

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

R = 43.91%
G = 10.75%
B = 45.34%

CMYK

 C value IS 0.03

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F53CFD (or 0xF53CFD) is known color: Pink Flamingo. HEX triplet: F5, 3C and FD. RGB value is (245,60,253). Sum of RGB (Red+Green+Blue) = 245+60+253=558 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.91% from 558); Green value is 60 (23.83% from 255 or 10.75% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #F53CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F53CFD is #0AC302. Grayscale: #888888. Windows color (decimal): -705283 or 16596213. OLE color: 16596213.

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

Color convert

RGB 245 60 253 -
CMYK 0.03 0.76 0 0.01
HSL 297.51º 0.98% 0.61% -
HSV(B) 297.51º 0.76% 0.99% -
XYZ 57 29.74 95.66 -
YUV 137.32 193.29 204.81 -
System Red Green Blue C M Y K H S L
Decimal 245 60 253 0.03 0.76 0 0.01 297.51 0.98 0.61
Hex F5 3C FD 3 4C 0 1 12A 62 3D
Octal 365 74 375 3 114 0 1 452 142 75
Binary 11110101 111100 11111101 11 1001100 0 1 100101010 1100010 111101

Color Harmonies of #F53CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53CFD

Black with #F53CFD

Text Example


Text Example

White with #F53CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53CFD; }

 p { color: rgb(245,60,253); }

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

background-color css

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

 a { background-color: rgb(245,60,253); }

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

border-color css

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

 span { border-color: rgb(245,60,253); }

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