Html Css Color HEX #F747FA Pink Flamingo

📋 copy color: '#F747FA'

red 247 ◦ green 71 ◦ blue 250

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

Shades of Pink Flamingo #F747FA

Tints of Pink Flamingo #F747FA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 12.5%

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

R = 43.49%
G = 12.5%
B = 44.01%

CMYK

 C value IS 0.01

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F747FA (or 0xF747FA) is known color: Pink Flamingo. HEX triplet: F7, 47 and FA. RGB value is (247,71,250). Sum of RGB (Red+Green+Blue) = 247+71+250=568 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.49% from 568); Green value is 71 (28.12% from 255 or 12.5% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #F747FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F747FA is #08B805. Grayscale: #8F8F8F. Windows color (decimal): -571398 or 16402423. OLE color: 16402423.

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

Color convert

RGB 247 71 250 -
CMYK 0.01 0.72 0 0.02
HSL 298.99º 0.95% 0.63% -
HSV(B) 298.99º 0.72% 0.98% -
XYZ 57.87 31.18 93.41 -
YUV 144.03 187.81 201.45 -
System Red Green Blue C M Y K H S L
Decimal 247 71 250 0.01 0.72 0 0.02 298.99 0.95 0.63
Hex F7 47 FA 1 48 0 2 12B 5F 3F
Octal 367 107 372 1 110 0 2 453 137 77
Binary 11110111 1000111 11111010 1 1001000 0 10 100101011 1011111 111111

Color Harmonies of #F747FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F747FA

Black with #F747FA

Text Example


Text Example

White with #F747FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F747FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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