#F74BF3

Color #F74BF3 Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #F74BF3

Tints of Pink Flamingo #F74BF3

Color information

#F74BF3 (or 0xF74BF3) is unknown color: approx Pink Flamingo. HEX triplet: F7, 4B and F3. RGB value is (247,75,243). Sum of RGB (Red+Green+Blue) = 247+75+243=565 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.72% from 565); Green value is 75 (29.69% from 255 or 13.27% from 565); Blue value is 243 (95.31% from 255 or 43.01% from 565); Max value from RGB is 247 - color contains mainly: red. Hex color #F74BF3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F74BF3 is #08B40C. Grayscale: #919191. Windows color (decimal): -570381 or 15944695. OLE color: 15944695.

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

Color convert

RGB24775243-
CMYK00.700.020.03
HSL301.4º91.49%63.14%-
HSV(B)301.4º69.64%96.86%-
XYZ57.0531.2887.82-
YUV145.58182.98200.34-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.72%
GREEN value IS 75 (29.69% from 255) = 13.27%
BLUE value IS 243 (95.31% from 255) = 43.01%
R=43.72%
G=13.27%
B=43.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2477524300.700.020.03301.491.4963.14
HexF74BF30462312d5b3f
Octal36711336301062345513377
Binary111101111001011111100110100011010111001011011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F74BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F74BF3; }

 p { color: rgb(247,75,243); }

 H1.HeaderClassName
 {
   color: #F74BF3;
 }
 .AnyTagClassName
 {
   color: #F74BF3;
 }
</style>
background-color css

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

 a { background-color: rgb(247,75,243); }

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

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

 span { border-color: rgb(247,75,243); }

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