Html Css Color HEX #F73CFD Pink Flamingo

📋 copy color: '#F73CFD'

red 247 ◦ green 60 ◦ blue 253

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

Shades of Pink Flamingo #F73CFD

Tints of Pink Flamingo #F73CFD

RGB

 RED value IS 247 (96.88% from 255) = 44.11%

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

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

R = 44.11%
G = 10.71%
B = 45.18%

CMYK

 C value IS 0.02

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F73CFD (or 0xF73CFD) is known color: Pink Flamingo. HEX triplet: F7, 3C and FD. RGB value is (247,60,253). Sum of RGB (Red+Green+Blue) = 247+60+253=560 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.11% from 560); Green value is 60 (23.83% from 255 or 10.71% from 560); Blue value is 253 (99.22% from 255 or 45.18% from 560); Max value from RGB is 253 - color contains mainly: blue. Hex color #F73CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F73CFD is #08C302. Grayscale: #898989. Windows color (decimal): -574211 or 16596215. OLE color: 16596215.

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

Color convert

RGB 247 60 253 -
CMYK 0.02 0.76 0 0.01
HSL 298.13º 0.98% 0.61% -
HSV(B) 298.13º 0.76% 0.99% -
XYZ 57.7 30.1 95.7 -
YUV 137.92 192.95 205.81 -
System Red Green Blue C M Y K H S L
Decimal 247 60 253 0.02 0.76 0 0.01 298.13 0.98 0.61
Hex F7 3C FD 2 4C 0 1 12A 62 3D
Octal 367 74 375 2 114 0 1 452 142 75
Binary 11110111 111100 11111101 10 1001100 0 1 100101010 1100010 111101

Color Harmonies of #F73CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73CFD

Black with #F73CFD

Text Example


Text Example

White with #F73CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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