Html Css Color HEX #F74CFF Pink Flamingo

📋 copy color: '#F74CFF'

red 247 ◦ green 76 ◦ blue 255

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

Shades of Pink Flamingo #F74CFF

Tints of Pink Flamingo #F74CFF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.15%

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

R = 42.73%
G = 13.15%
B = 44.12%

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

#F74CFF (or 0xF74CFF) is known color: Pink Flamingo. HEX triplet: F7, 4C and FF. RGB value is (247,76,255). Sum of RGB (Red+Green+Blue) = 247+76+255=578 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.73% from 578); Green value is 76 (30.08% from 255 or 13.15% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #F74CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F74CFF is #08B300. Grayscale: #929292. Windows color (decimal): -570113 or 16731383. OLE color: 16731383.

HSL color Cylindrical-coordinate representation of color #F74CFF: hue angle of 297.32º 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 #F74CFF is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 247 76 255 -
CMYK 0.03 0.70 0 0
HSL 297.32º 1% 0.65% -
HSV(B) 297.32º 0.7% 1% -
XYZ 58.99 32.16 97.71 -
YUV 147.54 188.65 198.95 -
System Red Green Blue C M Y K H S L
Decimal 247 76 255 0.03 0.70 0 0 297.32 1 0.65
Hex F7 4C FF 3 46 0 0 129 64 41
Octal 367 114 377 3 106 0 0 451 144 101
Binary 11110111 1001100 11111111 11 1000110 0 0 100101001 1100100 1000001

Color Harmonies of #F74CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74CFF

Black with #F74CFF

Text Example


Text Example

White with #F74CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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