Html Css Color HEX #F748FA Pink Flamingo

📋 copy color: '#F748FA'

red 247 ◦ green 72 ◦ blue 250

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

Shades of Pink Flamingo #F748FA

Tints of Pink Flamingo #F748FA

RGB

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

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

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

R = 43.41%
G = 12.65%
B = 43.94%

CMYK

 C value IS 0.01

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F748FA (or 0xF748FA) is known color: Pink Flamingo. HEX triplet: F7, 48 and FA. RGB value is (247,72,250). Sum of RGB (Red+Green+Blue) = 247+72+250=569 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.41% from 569); Green value is 72 (28.52% from 255 or 12.65% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #F748FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F748FA is #08B705. Grayscale: #909090. Windows color (decimal): -571142 or 16402679. OLE color: 16402679.

HSL color Cylindrical-coordinate representation of color #F748FA: 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.71%. Process color model (Four color, CMYK) of #F748FA is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 247 72 250 -
CMYK 0.01 0.71 0 0.02
HSL 298.99º 0.95% 0.63% -
HSV(B) 298.99º 0.71% 0.98% -
XYZ 57.93 31.31 93.43 -
YUV 144.62 187.48 201.03 -
System Red Green Blue C M Y K H S L
Decimal 247 72 250 0.01 0.71 0 0.02 298.99 0.95 0.63
Hex F7 48 FA 1 47 0 2 12B 5F 3F
Octal 367 110 372 1 107 0 2 453 137 77
Binary 11110111 1001000 11111010 1 1000111 0 10 100101011 1011111 111111

Color Harmonies of #F748FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F748FA

Black with #F748FA

Text Example


Text Example

White with #F748FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F748FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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