Html Css Color HEX #F748FD Pink Flamingo

📋 copy color: '#F748FD'

red 247 ◦ green 72 ◦ blue 253

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

Shades of Pink Flamingo #F748FD

Tints of Pink Flamingo #F748FD

RGB

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

 GREEN value IS 72 (28.52% from 255) = 12.59%

 BLUE value IS 253 (99.22% from 255) = 44.23%

R = 43.18%
G = 12.59%
B = 44.23%

CMYK

 C value IS 0.02

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F748FD (or 0xF748FD) is known color: Pink Flamingo. HEX triplet: F7, 48 and FD. RGB value is (247,72,253). Sum of RGB (Red+Green+Blue) = 247+72+253=572 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.18% from 572); Green value is 72 (28.52% from 255 or 12.59% from 572); Blue value is 253 (99.22% from 255 or 44.23% from 572); Max value from RGB is 253 - color contains mainly: blue. Hex color #F748FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F748FD is #08B702. Grayscale: #909090. Windows color (decimal): -571139 or 16599287. OLE color: 16599287.

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

Color convert

RGB 247 72 253 -
CMYK 0.02 0.72 0 0.01
HSL 298.01º 0.98% 0.64% -
HSV(B) 298.01º 0.72% 0.99% -
XYZ 58.4 31.5 95.93 -
YUV 144.96 188.98 200.78 -
System Red Green Blue C M Y K H S L
Decimal 247 72 253 0.02 0.72 0 0.01 298.01 0.98 0.64
Hex F7 48 FD 2 48 0 1 12A 62 40
Octal 367 110 375 2 110 0 1 452 142 100
Binary 11110111 1001000 11111101 10 1001000 0 1 100101010 1100010 1000000

Color Harmonies of #F748FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F748FD

Black with #F748FD

Text Example


Text Example

White with #F748FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F748FD; }

 p { color: rgb(247,72,253); }

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

background-color css

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

 a { background-color: rgb(247,72,253); }

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

border-color css

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

 span { border-color: rgb(247,72,253); }

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