Html Css Color HEX #F746FD Pink Flamingo

📋 copy color: '#F746FD'

red 247 ◦ green 70 ◦ blue 253

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

Shades of Pink Flamingo #F746FD

Tints of Pink Flamingo #F746FD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 12.28%

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

R = 43.33%
G = 12.28%
B = 44.39%

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

#F746FD (or 0xF746FD) is known color: Pink Flamingo. HEX triplet: F7, 46 and FD. RGB value is (247,70,253). Sum of RGB (Red+Green+Blue) = 247+70+253=570 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.33% from 570); Green value is 70 (27.73% from 255 or 12.28% from 570); Blue value is 253 (99.22% from 255 or 44.39% from 570); Max value from RGB is 253 - color contains mainly: blue. Hex color #F746FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F746FD is #08B902. Grayscale: #8F8F8F. Windows color (decimal): -571651 or 16598775. OLE color: 16598775.

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

Color convert

RGB 247 70 253 -
CMYK 0.02 0.72 0 0.01
HSL 298.03º 0.98% 0.63% -
HSV(B) 298.03º 0.72% 0.99% -
XYZ 58.28 31.25 95.89 -
YUV 143.79 189.64 201.62 -
System Red Green Blue C M Y K H S L
Decimal 247 70 253 0.02 0.72 0 0.01 298.03 0.98 0.63
Hex F7 46 FD 2 48 0 1 12A 62 3F
Octal 367 106 375 2 110 0 1 452 142 77
Binary 11110111 1000110 11111101 10 1001000 0 1 100101010 1100010 111111

Color Harmonies of #F746FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F746FD

Black with #F746FD

Text Example


Text Example

White with #F746FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F746FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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