Html Css Color HEX #F34EFC Pink Flamingo

📋 copy color: '#F34EFC'

red 243 ◦ green 78 ◦ blue 252

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

Shades of Pink Flamingo #F34EFC

Tints of Pink Flamingo #F34EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.98%

R = 42.41%
G = 13.61%
B = 43.98%

CMYK

 C value IS 0.04

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F34EFC (or 0xF34EFC) is known color: Pink Flamingo. HEX triplet: F3, 4E and FC. RGB value is (243,78,252). Sum of RGB (Red+Green+Blue) = 243+78+252=573 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.41% from 573); Green value is 78 (30.86% from 255 or 13.61% from 573); Blue value is 252 (98.83% from 255 or 43.98% from 573); Max value from RGB is 252 - color contains mainly: blue. Hex color #F34EFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F34EFC is #0CB103. Grayscale: #929292. Windows color (decimal): -831748 or 16535283. OLE color: 16535283.

HSL color Cylindrical-coordinate representation of color #F34EFC: hue angle of 296.9º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F34EFC is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 243 78 252 -
CMYK 0.04 0.69 0 0.01
HSL 296.9º 0.97% 0.65% -
HSV(B) 296.9º 0.69% 0.99% -
XYZ 57.26 31.53 95.16 -
YUV 147.17 187.16 196.35 -
System Red Green Blue C M Y K H S L
Decimal 243 78 252 0.04 0.69 0 0.01 296.9 0.97 0.65
Hex F3 4E FC 4 45 0 1 129 61 41
Octal 363 116 374 4 105 0 1 451 141 101
Binary 11110011 1001110 11111100 100 1000101 0 1 100101001 1100001 1000001

Color Harmonies of #F34EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34EFC

Black with #F34EFC

Text Example


Text Example

White with #F34EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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