Html Css Color HEX #F34AF2 Pink Flamingo

📋 copy color: '#F34AF2'

red 243 ◦ green 74 ◦ blue 242

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

Shades of Pink Flamingo #F34AF2

Tints of Pink Flamingo #F34AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.29%

R = 43.47%
G = 13.24%
B = 43.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#F34AF2 (or 0xF34AF2) is known color: Pink Flamingo. HEX triplet: F3, 4A and F2. RGB value is (243,74,242). Sum of RGB (Red+Green+Blue) = 243+74+242=559 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.47% from 559); Green value is 74 (29.30% from 255 or 13.24% from 559); Blue value is 242 (94.92% from 255 or 43.29% from 559); Max value from RGB is 243 - color contains mainly: red. Hex color #F34AF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F34AF2 is #0CB50D. Grayscale: #8F8F8F. Windows color (decimal): -832782 or 15878899. OLE color: 15878899.

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

Color convert

RGB 243 74 242 -
CMYK 0 0.70 0.00 0.05
HSL 300.36º 0.88% 0.62% -
HSV(B) 300.36º 0.7% 0.95% -
XYZ 55.44 30.36 86.94 -
YUV 143.68 183.49 198.84 -
System Red Green Blue C M Y K H S L
Decimal 243 74 242 0 0.70 0.00 0.05 300.36 0.88 0.62
Hex F3 4A F2 0 46 0 5 12C 58 3E
Octal 363 112 362 0 106 0 5 454 130 76
Binary 11110011 1001010 11110010 0 1000110 0 101 100101100 1011000 111110

Color Harmonies of #F34AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34AF2

Black with #F34AF2

Text Example


Text Example

White with #F34AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34AF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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