#F34BF7

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

Shades of Pink Flamingo #F34BF7

Tints of Pink Flamingo #F34BF7

Color information

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

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

Color convert

RGB24375247-
CMYK0.020.7000.03
HSL298.6º91.49%63.14%-
HSV(B)298.6º69.64%96.86%-
XYZ56.2730.890.98-
YUV144.84185.66198.01-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal243752470.020.7000.03298.691.4963.14
HexF34BF72460312b5b3f
Octal36311336721060345313377
Binary111100111001011111101111010001100111001010111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34BF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34BF7; }

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

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

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

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

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

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

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

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