Html Css Color HEX #F73BFC Pink Flamingo

📋 copy color: '#F73BFC'

red 247 ◦ green 59 ◦ blue 252

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

Shades of Pink Flamingo #F73BFC

Tints of Pink Flamingo #F73BFC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 10.57%

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

R = 44.27%
G = 10.57%
B = 45.16%

CMYK

 C value IS 0.02

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F73BFC (or 0xF73BFC) is known color: Pink Flamingo. HEX triplet: F7, 3B and FC. RGB value is (247,59,252). Sum of RGB (Red+Green+Blue) = 247+59+252=558 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.27% from 558); Green value is 59 (23.44% from 255 or 10.57% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #F73BFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F73BFC is #08C403. Grayscale: #888888. Windows color (decimal): -574468 or 16530423. OLE color: 16530423.

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

Color convert

RGB 247 59 252 -
CMYK 0.02 0.77 0 0.01
HSL 298.45º 0.97% 0.61% -
HSV(B) 298.45º 0.77% 0.99% -
XYZ 57.49 29.93 94.84 -
YUV 137.21 192.78 206.31 -
System Red Green Blue C M Y K H S L
Decimal 247 59 252 0.02 0.77 0 0.01 298.45 0.97 0.61
Hex F7 3B FC 2 4D 0 1 12A 61 3D
Octal 367 73 374 2 115 0 1 452 141 75
Binary 11110111 111011 11111100 10 1001101 0 1 100101010 1100001 111101

Color Harmonies of #F73BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73BFC

Black with #F73BFC

Text Example


Text Example

White with #F73BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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