Html Css Color HEX #F73FF2 Pink Flamingo

📋 copy color: '#F73FF2'

red 247 ◦ green 63 ◦ blue 242

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

Shades of Pink Flamingo #F73FF2

Tints of Pink Flamingo #F73FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.84%

R = 44.75%
G = 11.41%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#F73FF2 (or 0xF73FF2) is known color: Pink Flamingo. HEX triplet: F7, 3F and F2. RGB value is (247,63,242). Sum of RGB (Red+Green+Blue) = 247+63+242=552 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.75% from 552); Green value is 63 (25% from 255 or 11.41% from 552); Blue value is 242 (94.92% from 255 or 43.84% from 552); Max value from RGB is 247 - color contains mainly: red. Hex color #F73FF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F73FF2 is #08C00D. Grayscale: #898989. Windows color (decimal): -573454 or 15876087. OLE color: 15876087.

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

Color convert

RGB 247 63 242 -
CMYK 0 0.74 0.02 0.03
HSL 301.63º 0.92% 0.61% -
HSV(B) 301.63º 0.74% 0.97% -
XYZ 56.16 29.74 86.78 -
YUV 138.42 186.46 205.45 -
System Red Green Blue C M Y K H S L
Decimal 247 63 242 0 0.74 0.02 0.03 301.63 0.92 0.61
Hex F7 3F F2 0 4A 2 3 12E 5C 3D
Octal 367 77 362 0 112 2 3 456 134 75
Binary 11110111 111111 11110010 0 1001010 10 11 100101110 1011100 111101

Color Harmonies of #F73FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73FF2

Black with #F73FF2

Text Example


Text Example

White with #F73FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73FF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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