Html Css Color HEX #F74DFD Pink Flamingo

📋 copy color: '#F74DFD'

red 247 ◦ green 77 ◦ blue 253

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

Shades of Pink Flamingo #F74DFD

Tints of Pink Flamingo #F74DFD

RGB

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

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

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

R = 42.81%
G = 13.34%
B = 43.85%

CMYK

 C value IS 0.02

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F74DFD (or 0xF74DFD) is known color: Pink Flamingo. HEX triplet: F7, 4D and FD. RGB value is (247,77,253). Sum of RGB (Red+Green+Blue) = 247+77+253=577 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.81% from 577); Green value is 77 (30.47% from 255 or 13.34% from 577); Blue value is 253 (99.22% from 255 or 43.85% from 577); Max value from RGB is 253 - color contains mainly: blue. Hex color #F74DFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F74DFD is #08B202. Grayscale: #939393. Windows color (decimal): -569859 or 16600567. OLE color: 16600567.

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

Color convert

RGB 247 77 253 -
CMYK 0.02 0.70 0 0.01
HSL 297.95º 0.98% 0.65% -
HSV(B) 297.95º 0.7% 0.99% -
XYZ 58.74 32.17 96.04 -
YUV 147.89 187.32 198.69 -
System Red Green Blue C M Y K H S L
Decimal 247 77 253 0.02 0.70 0 0.01 297.95 0.98 0.65
Hex F7 4D FD 2 46 0 1 12A 62 41
Octal 367 115 375 2 106 0 1 452 142 101
Binary 11110111 1001101 11111101 10 1000110 0 1 100101010 1100010 1000001

Color Harmonies of #F74DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74DFD

Black with #F74DFD

Text Example


Text Example

White with #F74DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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