Html Css Color HEX #F73BFA Pink Flamingo

📋 copy color: '#F73BFA'

red 247 ◦ green 59 ◦ blue 250

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

Shades of Pink Flamingo #F73BFA

Tints of Pink Flamingo #F73BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.96%

R = 44.42%
G = 10.61%
B = 44.96%

CMYK

 C value IS 0.01

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F73BFA (or 0xF73BFA) is known color: Pink Flamingo. HEX triplet: F7, 3B and FA. RGB value is (247,59,250). Sum of RGB (Red+Green+Blue) = 247+59+250=556 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.42% from 556); Green value is 59 (23.44% from 255 or 10.61% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #F73BFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F73BFA is #08C405. Grayscale: #888888. Windows color (decimal): -574470 or 16399351. OLE color: 16399351.

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

Color convert

RGB 247 59 250 -
CMYK 0.01 0.76 0 0.02
HSL 299.06º 0.95% 0.61% -
HSV(B) 299.06º 0.76% 0.98% -
XYZ 57.18 29.8 93.18 -
YUV 136.99 191.78 206.47 -
System Red Green Blue C M Y K H S L
Decimal 247 59 250 0.01 0.76 0 0.02 299.06 0.95 0.61
Hex F7 3B FA 1 4C 0 2 12B 5F 3D
Octal 367 73 372 1 114 0 2 453 137 75
Binary 11110111 111011 11111010 1 1001100 0 10 100101011 1011111 111101

Color Harmonies of #F73BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73BFA

Black with #F73BFA

Text Example


Text Example

White with #F73BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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