Html Css Color HEX #F73CFF Pink Flamingo

📋 copy color: '#F73CFF'

red 247 ◦ green 60 ◦ blue 255

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

Shades of Pink Flamingo #F73CFF

Tints of Pink Flamingo #F73CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.37%

R = 43.95%
G = 10.68%
B = 45.37%

CMYK

 C value IS 0.03

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F73CFF (or 0xF73CFF) is known color: Pink Flamingo. HEX triplet: F7, 3C and FF. RGB value is (247,60,255). Sum of RGB (Red+Green+Blue) = 247+60+255=562 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.95% from 562); Green value is 60 (23.83% from 255 or 10.68% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #F73CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F73CFF is #08C300. Grayscale: #898989. Windows color (decimal): -574209 or 16727287. OLE color: 16727287.

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

Color convert

RGB 247 60 255 -
CMYK 0.03 0.76 0 0
HSL 297.54º 1% 0.62% -
HSV(B) 297.54º 0.76% 1% -
XYZ 58.02 30.23 97.38 -
YUV 138.14 193.95 205.64 -
System Red Green Blue C M Y K H S L
Decimal 247 60 255 0.03 0.76 0 0 297.54 1 0.62
Hex F7 3C FF 3 4C 0 0 12A 64 3E
Octal 367 74 377 3 114 0 0 452 144 76
Binary 11110111 111100 11111111 11 1001100 0 0 100101010 1100100 111110

Color Harmonies of #F73CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73CFF

Black with #F73CFF

Text Example


Text Example

White with #F73CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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