Html Css Color HEX #F344FD Pink Flamingo

📋 copy color: '#F344FD'

red 243 ◦ green 68 ◦ blue 253

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

Shades of Pink Flamingo #F344FD

Tints of Pink Flamingo #F344FD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 12.06%

 BLUE value IS 253 (99.22% from 255) = 44.86%

R = 43.09%
G = 12.06%
B = 44.86%

CMYK

 C value IS 0.04

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F344FD (or 0xF344FD) is known color: Pink Flamingo. HEX triplet: F3, 44 and FD. RGB value is (243,68,253). Sum of RGB (Red+Green+Blue) = 243+68+253=564 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.09% from 564); Green value is 68 (26.95% from 255 or 12.06% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #F344FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F344FD is #0CBB02. Grayscale: #8C8C8C. Windows color (decimal): -834307 or 16598259. OLE color: 16598259.

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

Color convert

RGB 243 68 253 -
CMYK 0.04 0.73 0 0.01
HSL 296.76º 0.98% 0.63% -
HSV(B) 296.76º 0.73% 0.99% -
XYZ 56.76 30.28 95.78 -
YUV 141.42 190.98 200.46 -
System Red Green Blue C M Y K H S L
Decimal 243 68 253 0.04 0.73 0 0.01 296.76 0.98 0.63
Hex F3 44 FD 4 49 0 1 129 62 3F
Octal 363 104 375 4 111 0 1 451 142 77
Binary 11110011 1000100 11111101 100 1001001 0 1 100101001 1100010 111111

Color Harmonies of #F344FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F344FD

Black with #F344FD

Text Example


Text Example

White with #F344FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F344FD; }

 p { color: rgb(243,68,253); }

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

background-color css

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

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

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

border-color css

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

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

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