Html Css Color HEX #F34AF4 Pink Flamingo

📋 copy color: '#F34AF4'

red 243 ◦ green 74 ◦ blue 244

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

Shades of Pink Flamingo #F34AF4

Tints of Pink Flamingo #F34AF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 43.49%

R = 43.32%
G = 13.19%
B = 43.49%

CMYK

 C value IS 0.00

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F34AF4 (or 0xF34AF4) is known color: Pink Flamingo. HEX triplet: F3, 4A and F4. RGB value is (243,74,244). Sum of RGB (Red+Green+Blue) = 243+74+244=561 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.32% from 561); Green value is 74 (29.30% from 255 or 13.19% from 561); Blue value is 244 (95.70% from 255 or 43.49% from 561); Max value from RGB is 244 - color contains mainly: blue. Hex color #F34AF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F34AF4 is #0CB50B. Grayscale: #8F8F8F. Windows color (decimal): -832780 or 16009971. OLE color: 16009971.

HSL color Cylindrical-coordinate representation of color #F34AF4: hue angle of 299.65º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F34AF4 is Cyan = 0.00, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 243 74 244 -
CMYK 0.00 0.70 0 0.04
HSL 299.65º 0.89% 0.62% -
HSV(B) 299.65º 0.7% 0.96% -
XYZ 55.74 30.48 88.53 -
YUV 143.91 184.49 198.68 -
System Red Green Blue C M Y K H S L
Decimal 243 74 244 0.00 0.70 0 0.04 299.65 0.89 0.62
Hex F3 4A F4 0 46 0 4 12C 59 3E
Octal 363 112 364 0 106 0 4 454 131 76
Binary 11110011 1001010 11110100 0 1000110 0 100 100101100 1011001 111110

Color Harmonies of #F34AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34AF4

Black with #F34AF4

Text Example


Text Example

White with #F34AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34AF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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