Html Css Color HEX #F34AF9 Pink Flamingo

📋 copy color: '#F34AF9'

red 243 ◦ green 74 ◦ blue 249

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

Shades of Pink Flamingo #F34AF9

Tints of Pink Flamingo #F34AF9

RGB

 RED value IS 243 (95.31% from 255) = 42.93%

 GREEN value IS 74 (29.3% from 255) = 13.07%

 BLUE value IS 249 (97.66% from 255) = 43.99%

R = 42.93%
G = 13.07%
B = 43.99%

CMYK

 C value IS 0.02

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F34AF9 (or 0xF34AF9) is known color: Pink Flamingo. HEX triplet: F3, 4A and F9. RGB value is (243,74,249). Sum of RGB (Red+Green+Blue) = 243+74+249=566 (74% of max value = 765). Red value is 243 (95.31% from 255 or 42.93% from 566); Green value is 74 (29.30% from 255 or 13.07% from 566); Blue value is 249 (97.66% from 255 or 43.99% from 566); Max value from RGB is 249 - color contains mainly: blue. Hex color #F34AF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F34AF9 is #0CB506. Grayscale: #8F8F8F. Windows color (decimal): -832775 or 16337651. OLE color: 16337651.

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

Color convert

RGB 243 74 249 -
CMYK 0.02 0.70 0 0.02
HSL 297.94º 0.94% 0.63% -
HSV(B) 297.94º 0.7% 0.98% -
XYZ 56.51 30.79 92.59 -
YUV 144.48 186.99 198.27 -
System Red Green Blue C M Y K H S L
Decimal 243 74 249 0.02 0.70 0 0.02 297.94 0.94 0.63
Hex F3 4A F9 2 46 0 2 12A 5E 3F
Octal 363 112 371 2 106 0 2 452 136 77
Binary 11110011 1001010 11111001 10 1000110 0 10 100101010 1011110 111111

Color Harmonies of #F34AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34AF9

Black with #F34AF9

Text Example


Text Example

White with #F34AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34AF9; }

 p { color: rgb(243,74,249); }

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

background-color css

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

 a { background-color: rgb(243,74,249); }

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

border-color css

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

 span { border-color: rgb(243,74,249); }

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