Html Css Color HEX #F34AF3 Pink Flamingo

📋 copy color: '#F34AF3'

red 243 ◦ green 74 ◦ blue 243

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

Shades of Pink Flamingo #F34AF3

Tints of Pink Flamingo #F34AF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 43.39%

R = 43.39%
G = 13.21%
B = 43.39%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F34AF3 (or 0xF34AF3) is known color: Pink Flamingo. HEX triplet: F3, 4A and F3. RGB value is (243,74,243). Sum of RGB (Red+Green+Blue) = 243+74+243=560 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.39% from 560); Green value is 74 (29.30% from 255 or 13.21% from 560); Blue value is 243 (95.31% from 255 or 43.39% from 560); Max value from RGB is 243 - color contains mainly: red, blue. Hex color #F34AF3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F34AF3 is #0CB50C. Grayscale: #8F8F8F. Windows color (decimal): -832781 or 15944435. OLE color: 15944435.

HSL color Cylindrical-coordinate representation of color #F34AF3: hue angle of 300º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F34AF3 is Cyan = 0, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 74 243 -
CMYK 0 0.70 0 0.05
HSL 300º 0.88% 0.62% -
HSV(B) 300º 0.7% 0.95% -
XYZ 55.59 30.42 87.74 -
YUV 143.8 183.99 198.76 -
System Red Green Blue C M Y K H S L
Decimal 243 74 243 0 0.70 0 0.05 300 0.88 0.62
Hex F3 4A F3 0 46 0 5 12C 58 3E
Octal 363 112 363 0 106 0 5 454 130 76
Binary 11110011 1001010 11110011 0 1000110 0 101 100101100 1011000 111110

Color Harmonies of #F34AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34AF3

Black with #F34AF3

Text Example


Text Example

White with #F34AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34AF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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