Html Css Color HEX #F73AF5 Pink Flamingo

📋 copy color: '#F73AF5'

red 247 ◦ green 58 ◦ blue 245

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

Shades of Pink Flamingo #F73AF5

Tints of Pink Flamingo #F73AF5

RGB

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

 GREEN value IS 58 (23.05% from 255) = 10.55%

 BLUE value IS 245 (96.09% from 255) = 44.55%

R = 44.91%
G = 10.55%
B = 44.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.03

RGB Variations

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

Color information

#F73AF5 (or 0xF73AF5) is known color: Pink Flamingo. HEX triplet: F7, 3A and F5. RGB value is (247,58,245). Sum of RGB (Red+Green+Blue) = 247+58+245=550 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.91% from 550); Green value is 58 (23.05% from 255 or 10.55% from 550); Blue value is 245 (96.09% from 255 or 44.55% from 550); Max value from RGB is 247 - color contains mainly: red. Hex color #F73AF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F73AF5 is #08C50A. Grayscale: #878787. Windows color (decimal): -574731 or 16071415. OLE color: 16071415.

HSL color Cylindrical-coordinate representation of color #F73AF5: hue angle of 300.63º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F73AF5 is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 58 245 -
CMYK 0 0.77 0.01 0.03
HSL 300.63º 0.92% 0.6% -
HSV(B) 300.63º 0.77% 0.97% -
XYZ 56.35 29.39 89.09 -
YUV 135.83 189.62 207.29 -
System Red Green Blue C M Y K H S L
Decimal 247 58 245 0 0.77 0.01 0.03 300.63 0.92 0.6
Hex F7 3A F5 0 4D 1 3 12D 5C 3C
Octal 367 72 365 0 115 1 3 455 134 74
Binary 11110111 111010 11110101 0 1001101 1 11 100101101 1011100 111100

Color Harmonies of #F73AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73AF5

Black with #F73AF5

Text Example


Text Example

White with #F73AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73AF5; }

 p { color: rgb(247,58,245); }

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

background-color css

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

 a { background-color: rgb(247,58,245); }

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

border-color css

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

 span { border-color: rgb(247,58,245); }

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