Html Css Color HEX #F744FD Pink Flamingo

📋 copy color: '#F744FD'

red 247 ◦ green 68 ◦ blue 253

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

Shades of Pink Flamingo #F744FD

Tints of Pink Flamingo #F744FD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 11.97%

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

R = 43.49%
G = 11.97%
B = 44.54%

CMYK

 C value IS 0.02

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F744FD (or 0xF744FD) is known color: Pink Flamingo. HEX triplet: F7, 44 and FD. RGB value is (247,68,253). Sum of RGB (Red+Green+Blue) = 247+68+253=568 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.49% from 568); Green value is 68 (26.95% from 255 or 11.97% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #F744FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F744FD is #08BB02. Grayscale: #8E8E8E. Windows color (decimal): -572163 or 16598263. OLE color: 16598263.

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

Color convert

RGB 247 68 253 -
CMYK 0.02 0.73 0 0.01
HSL 298.05º 0.98% 0.63% -
HSV(B) 298.05º 0.73% 0.99% -
XYZ 58.15 31 95.85 -
YUV 142.61 190.3 202.46 -
System Red Green Blue C M Y K H S L
Decimal 247 68 253 0.02 0.73 0 0.01 298.05 0.98 0.63
Hex F7 44 FD 2 49 0 1 12A 62 3F
Octal 367 104 375 2 111 0 1 452 142 77
Binary 11110111 1000100 11111101 10 1001001 0 1 100101010 1100010 111111

Color Harmonies of #F744FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F744FD

Black with #F744FD

Text Example


Text Example

White with #F744FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F744FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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