Html Css Color HEX #F356FA Pink Flamingo

📋 copy color: '#F356FA'

red 243 ◦ green 86 ◦ blue 250

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

Shades of Pink Flamingo #F356FA

Tints of Pink Flamingo #F356FA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 14.85%

 BLUE value IS 250 (98.05% from 255) = 43.18%

R = 41.97%
G = 14.85%
B = 43.18%

CMYK

 C value IS 0.03

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F356FA (or 0xF356FA) is known color: Pink Flamingo. HEX triplet: F3, 56 and FA. RGB value is (243,86,250). Sum of RGB (Red+Green+Blue) = 243+86+250=579 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.97% from 579); Green value is 86 (33.98% from 255 or 14.85% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #F356FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F356FA is #0CA905. Grayscale: #979797. Windows color (decimal): -829702 or 16406259. OLE color: 16406259.

HSL color Cylindrical-coordinate representation of color #F356FA: hue angle of 297.44º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F356FA is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 243 86 250 -
CMYK 0.03 0.66 0 0.02
HSL 297.44º 0.94% 0.66% -
HSV(B) 297.44º 0.66% 0.98% -
XYZ 57.55 32.61 93.7 -
YUV 151.64 183.51 193.16 -
System Red Green Blue C M Y K H S L
Decimal 243 86 250 0.03 0.66 0 0.02 297.44 0.94 0.66
Hex F3 56 FA 3 42 0 2 129 5E 42
Octal 363 126 372 3 102 0 2 451 136 102
Binary 11110011 1010110 11111010 11 1000010 0 10 100101001 1011110 1000010

Color Harmonies of #F356FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F356FA

Black with #F356FA

Text Example


Text Example

White with #F356FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F356FA; }

 p { color: rgb(243,86,250); }

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

background-color css

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

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

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

border-color css

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

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

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