Html Css Color HEX #F73FFA Pink Flamingo

📋 copy color: '#F73FFA'

red 247 ◦ green 63 ◦ blue 250

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

Shades of Pink Flamingo #F73FFA

Tints of Pink Flamingo #F73FFA

RGB

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

 GREEN value IS 63 (25% from 255) = 11.25%

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

R = 44.11%
G = 11.25%
B = 44.64%

CMYK

 C value IS 0.01

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F73FFA (or 0xF73FFA) is known color: Pink Flamingo. HEX triplet: F7, 3F and FA. RGB value is (247,63,250). Sum of RGB (Red+Green+Blue) = 247+63+250=560 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.11% from 560); Green value is 63 (25% from 255 or 11.25% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #F73FFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F73FFA is #08C005. Grayscale: #8A8A8A. Windows color (decimal): -573446 or 16400375. OLE color: 16400375.

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

Color convert

RGB 247 63 250 -
CMYK 0.01 0.75 0 0.02
HSL 299.04º 0.95% 0.61% -
HSV(B) 299.04º 0.75% 0.98% -
XYZ 57.39 30.23 93.25 -
YUV 139.33 190.46 204.79 -
System Red Green Blue C M Y K H S L
Decimal 247 63 250 0.01 0.75 0 0.02 299.04 0.95 0.61
Hex F7 3F FA 1 4B 0 2 12B 5F 3D
Octal 367 77 372 1 113 0 2 453 137 75
Binary 11110111 111111 11111010 1 1001011 0 10 100101011 1011111 111101

Color Harmonies of #F73FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73FFA

Black with #F73FFA

Text Example


Text Example

White with #F73FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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