Html Css Color HEX #F748FE Pink Flamingo

📋 copy color: '#F748FE'

red 247 ◦ green 72 ◦ blue 254

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

Shades of Pink Flamingo #F748FE

Tints of Pink Flamingo #F748FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.33%

R = 43.11%
G = 12.57%
B = 44.33%

CMYK

 C value IS 0.03

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F748FE (or 0xF748FE) is known color: Pink Flamingo. HEX triplet: F7, 48 and FE. RGB value is (247,72,254). Sum of RGB (Red+Green+Blue) = 247+72+254=573 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.11% from 573); Green value is 72 (28.52% from 255 or 12.57% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #F748FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F748FE is #08B701. Grayscale: #909090. Windows color (decimal): -571138 or 16664823. OLE color: 16664823.

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

Color convert

RGB 247 72 254 -
CMYK 0.03 0.72 0 0.00
HSL 297.69º 0.99% 0.64% -
HSV(B) 297.69º 0.72% 1% -
XYZ 58.56 31.56 96.77 -
YUV 145.07 189.48 200.7 -
System Red Green Blue C M Y K H S L
Decimal 247 72 254 0.03 0.72 0 0.00 297.69 0.99 0.64
Hex F7 48 FE 3 48 0 0 12A 63 40
Octal 367 110 376 3 110 0 0 452 143 100
Binary 11110111 1001000 11111110 11 1001000 0 0 100101010 1100011 1000000

Color Harmonies of #F748FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F748FE

Black with #F748FE

Text Example


Text Example

White with #F748FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F748FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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