Html Css Color HEX #F34EF2 Pink Flamingo

📋 copy color: '#F34EF2'

red 243 ◦ green 78 ◦ blue 242

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

Shades of Pink Flamingo #F34EF2

Tints of Pink Flamingo #F34EF2

RGB

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

 GREEN value IS 78 (30.86% from 255) = 13.85%

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

R = 43.16%
G = 13.85%
B = 42.98%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#F34EF2 (or 0xF34EF2) is known color: Pink Flamingo. HEX triplet: F3, 4E and F2. RGB value is (243,78,242). Sum of RGB (Red+Green+Blue) = 243+78+242=563 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.16% from 563); Green value is 78 (30.86% from 255 or 13.85% from 563); Blue value is 242 (94.92% from 255 or 42.98% from 563); Max value from RGB is 243 - color contains mainly: red. Hex color #F34EF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F34EF2 is #0CB10D. Grayscale: #919191. Windows color (decimal): -831758 or 15879923. OLE color: 15879923.

HSL color Cylindrical-coordinate representation of color #F34EF2: hue angle of 300.36º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F34EF2 is Cyan = 0, Magento = 0.68, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 78 242 -
CMYK 0 0.68 0.00 0.05
HSL 300.36º 0.87% 0.63% -
HSV(B) 300.36º 0.68% 0.95% -
XYZ 55.71 30.91 87.04 -
YUV 146.03 182.16 197.16 -
System Red Green Blue C M Y K H S L
Decimal 243 78 242 0 0.68 0.00 0.05 300.36 0.87 0.63
Hex F3 4E F2 0 44 0 5 12C 57 3F
Octal 363 116 362 0 104 0 5 454 127 77
Binary 11110011 1001110 11110010 0 1000100 0 101 100101100 1010111 111111

Color Harmonies of #F34EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34EF2

Black with #F34EF2

Text Example


Text Example

White with #F34EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34EF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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