Html Css Color HEX #F74DFF Pink Flamingo

📋 copy color: '#F74DFF'

red 247 ◦ green 77 ◦ blue 255

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

Shades of Pink Flamingo #F74DFF

Tints of Pink Flamingo #F74DFF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 13.3%

 BLUE value IS 255 (100% from 255) = 44.04%

R = 42.66%
G = 13.3%
B = 44.04%

CMYK

 C value IS 0.03

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F74DFF (or 0xF74DFF) is known color: Pink Flamingo. HEX triplet: F7, 4D and FF. RGB value is (247,77,255). Sum of RGB (Red+Green+Blue) = 247+77+255=579 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.66% from 579); Green value is 77 (30.47% from 255 or 13.30% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #F74DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F74DFF is #08B200. Grayscale: #939393. Windows color (decimal): -569857 or 16731639. OLE color: 16731639.

HSL color Cylindrical-coordinate representation of color #F74DFF: hue angle of 297.3º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F74DFF is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 247 77 255 -
CMYK 0.03 0.70 0 0
HSL 297.3º 1% 0.65% -
HSV(B) 297.3º 0.7% 1% -
XYZ 59.06 32.3 97.73 -
YUV 148.12 188.32 198.53 -
System Red Green Blue C M Y K H S L
Decimal 247 77 255 0.03 0.70 0 0 297.3 1 0.65
Hex F7 4D FF 3 46 0 0 129 64 41
Octal 367 115 377 3 106 0 0 451 144 101
Binary 11110111 1001101 11111111 11 1000110 0 0 100101001 1100100 1000001

Color Harmonies of #F74DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74DFF

Black with #F74DFF

Text Example


Text Example

White with #F74DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74DFF; }

 p { color: rgb(247,77,255); }

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

background-color css

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

 a { background-color: rgb(247,77,255); }

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

border-color css

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

 span { border-color: rgb(247,77,255); }

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