Html Css Color HEX #F366FA Pink Flamingo

📋 copy color: '#F366FA'

red 243 ◦ green 102 ◦ blue 250

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

Shades of Pink Flamingo #F366FA

Tints of Pink Flamingo #F366FA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 17.14%

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

R = 40.84%
G = 17.14%
B = 42.02%

CMYK

 C value IS 0.03

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F366FA (or 0xF366FA) is known color: Pink Flamingo. HEX triplet: F3, 66 and FA. RGB value is (243,102,250). Sum of RGB (Red+Green+Blue) = 243+102+250=595 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.84% from 595); Green value is 102 (40.23% from 255 or 17.14% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #F366FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F366FA is #0C9905. Grayscale: #A0A0A0. Windows color (decimal): -825606 or 16410355. OLE color: 16410355.

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

Color convert

RGB 243 102 250 -
CMYK 0.03 0.59 0 0.02
HSL 297.16º 0.94% 0.69% -
HSV(B) 297.16º 0.59% 0.98% -
XYZ 58.97 35.46 94.18 -
YUV 161.03 178.21 186.47 -
System Red Green Blue C M Y K H S L
Decimal 243 102 250 0.03 0.59 0 0.02 297.16 0.94 0.69
Hex F3 66 FA 3 3B 0 2 129 5E 45
Octal 363 146 372 3 73 0 2 451 136 105
Binary 11110011 1100110 11111010 11 111011 0 10 100101001 1011110 1000101

Color Harmonies of #F366FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F366FA

Black with #F366FA

Text Example


Text Example

White with #F366FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F366FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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