Html Css Color HEX #F73CFC Pink Flamingo

📋 copy color: '#F73CFC'

red 247 ◦ green 60 ◦ blue 252

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

Shades of Pink Flamingo #F73CFC

Tints of Pink Flamingo #F73CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.08%

R = 44.19%
G = 10.73%
B = 45.08%

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

#F73CFC (or 0xF73CFC) is known color: Pink Flamingo. HEX triplet: F7, 3C and FC. RGB value is (247,60,252). Sum of RGB (Red+Green+Blue) = 247+60+252=559 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.19% from 559); Green value is 60 (23.83% from 255 or 10.73% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #F73CFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F73CFC is #08C303. Grayscale: #898989. Windows color (decimal): -574212 or 16530679. OLE color: 16530679.

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

Color convert

RGB 247 60 252 -
CMYK 0.02 0.76 0 0.01
HSL 298.44º 0.97% 0.61% -
HSV(B) 298.44º 0.76% 0.99% -
XYZ 57.54 30.03 94.86 -
YUV 137.8 192.45 205.89 -
System Red Green Blue C M Y K H S L
Decimal 247 60 252 0.02 0.76 0 0.01 298.44 0.97 0.61
Hex F7 3C FC 2 4C 0 1 12A 61 3D
Octal 367 74 374 2 114 0 1 452 141 75
Binary 11110111 111100 11111100 10 1001100 0 1 100101010 1100001 111101

Color Harmonies of #F73CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73CFC

Black with #F73CFC

Text Example


Text Example

White with #F73CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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