Html Css Color HEX #F744F0 Pink Flamingo

📋 copy color: '#F744F0'

red 247 ◦ green 68 ◦ blue 240

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

Shades of Pink Flamingo #F744F0

Tints of Pink Flamingo #F744F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 43.24%

R = 44.5%
G = 12.25%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#F744F0 (or 0xF744F0) is known color: Pink Flamingo. HEX triplet: F7, 44 and F0. RGB value is (247,68,240). Sum of RGB (Red+Green+Blue) = 247+68+240=555 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.50% from 555); Green value is 68 (26.95% from 255 or 12.25% from 555); Blue value is 240 (94.14% from 255 or 43.24% from 555); Max value from RGB is 247 - color contains mainly: red. Hex color #F744F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F744F0 is #08BB0F. Grayscale: #8C8C8C. Windows color (decimal): -572176 or 15746295. OLE color: 15746295.

HSL color Cylindrical-coordinate representation of color #F744F0: hue angle of 302.35º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F744F0 is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 68 240 -
CMYK 0 0.72 0.03 0.03
HSL 302.35º 0.92% 0.62% -
HSV(B) 302.35º 0.72% 0.97% -
XYZ 56.15 30.2 85.31 -
YUV 141.13 183.8 203.51 -
System Red Green Blue C M Y K H S L
Decimal 247 68 240 0 0.72 0.03 0.03 302.35 0.92 0.62
Hex F7 44 F0 0 48 3 3 12E 5C 3E
Octal 367 104 360 0 110 3 3 456 134 76
Binary 11110111 1000100 11110000 0 1001000 11 11 100101110 1011100 111110

Color Harmonies of #F744F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F744F0

Black with #F744F0

Text Example


Text Example

White with #F744F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F744F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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