Html Css Color HEX #F74CFC Pink Flamingo

📋 copy color: '#F74CFC'

red 247 ◦ green 76 ◦ blue 252

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

Shades of Pink Flamingo #F74CFC

Tints of Pink Flamingo #F74CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.83%

R = 42.96%
G = 13.22%
B = 43.83%

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

#F74CFC (or 0xF74CFC) is known color: Pink Flamingo. HEX triplet: F7, 4C and FC. RGB value is (247,76,252). Sum of RGB (Red+Green+Blue) = 247+76+252=575 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.96% from 575); Green value is 76 (30.08% from 255 or 13.22% from 575); Blue value is 252 (98.83% from 255 or 43.83% from 575); Max value from RGB is 252 - color contains mainly: blue. Hex color #F74CFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F74CFC is #08B303. Grayscale: #929292. Windows color (decimal): -570116 or 16534775. OLE color: 16534775.

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

Color convert

RGB 247 76 252 -
CMYK 0.02 0.70 0 0.01
HSL 298.3º 0.97% 0.64% -
HSV(B) 298.3º 0.7% 0.99% -
XYZ 58.51 31.97 95.18 -
YUV 147.19 187.15 199.19 -
System Red Green Blue C M Y K H S L
Decimal 247 76 252 0.02 0.70 0 0.01 298.3 0.97 0.64
Hex F7 4C FC 2 46 0 1 12A 61 40
Octal 367 114 374 2 106 0 1 452 141 100
Binary 11110111 1001100 11111100 10 1000110 0 1 100101010 1100001 1000000

Color Harmonies of #F74CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74CFC

Black with #F74CFC

Text Example


Text Example

White with #F74CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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